@@ -13,9 +13,6 @@ large suite of problems.
1313Check out the `getting started
1414guide <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-
1916Features
2017--------
2118
@@ -60,8 +57,16 @@ Getting started
6057Installation
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.
8388Another 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
8992Dependencies
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,
9396SciPy, Pandas, and Matplotlib (see ``requirements.txt `` for version
9497information).
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+
122126Citing PyMC3
123127------------
124128
@@ -136,6 +140,7 @@ License
136140`Apache License, Version
1371412.0 <https://github.com/pymc-devs/pymc3/blob/master/LICENSE> `__
138142
143+
139144Contributors
140145------------
141146
0 commit comments