Skip to content

Commit 872edb1

Browse files
Chris Fonnesbecktwiecki
authored andcommitted
DOC Updated README to reflect release version (pymc-devs#1337)
* Updated README to reflect release version * Changed test version from 3.5 to 3.4
1 parent 90a3fbf commit 872edb1

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.rst

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ large suite of problems.
1313
Check out the `getting started
1414
guide <http://pymc-devs.github.io/pymc3/notebooks/getting_started.html>`__!
1515

16-
PyMC3 is beta software. Users should consider using `PyMC 2
17-
repository <https://github.com/pymc-devs/pymc>`__.
18-
1916
Features
2017
--------
2118

@@ -60,8 +57,16 @@ Getting started
6057
Installation
6158
------------
6259

63-
The latest version of PyMC3 can be installed from the master branch
64-
using pip:
60+
The latest release of PyMC3 can be installed from PyPI using ``pip``:
61+
62+
::
63+
64+
pip install pymc3
65+
66+
**Note:** Running ``pip install pymc`` will install PyMC 2.3, not PyMC3,
67+
from PyPI.
68+
69+
The current development branch of PyMC3 can be installed from GitHub, also using ``pip``:
6570

6671
::
6772

@@ -83,13 +88,11 @@ your system, you can install PyMC3 directly from GitHub.
8388
Another option is to clone the repository and install PyMC3 using
8489
``python setup.py install`` or ``python setup.py develop``.
8590

86-
**Note:** Running ``pip install pymc`` will install PyMC 2.3, not PyMC3,
87-
from PyPI.
8891

8992
Dependencies
9093
------------
9194

92-
PyMC3 is tested on Python 2.7 and 3.3 and depends on Theano, NumPy,
95+
PyMC3 is tested on Python 2.7 and 3.4 and depends on Theano, NumPy,
9396
SciPy, Pandas, and Matplotlib (see ``requirements.txt`` for version
9497
information).
9598

@@ -119,6 +122,7 @@ scikits-sparse:
119122
ln -s /usr/local/Cellar/suite-sparse/4.2.1/include/ /usr/local/include/suitesparse
120123
pip install git+https://github.com/njsmith/scikits-sparse.git
121124

125+
122126
Citing PyMC3
123127
------------
124128

@@ -136,6 +140,7 @@ License
136140
`Apache License, Version
137141
2.0 <https://github.com/pymc-devs/pymc3/blob/master/LICENSE>`__
138142

143+
139144
Contributors
140145
------------
141146

0 commit comments

Comments
 (0)