Skip to content

Commit c678281

Browse files
committed
Merge pull request #415 from kyleam/readme-update
Expand dependency and install information in readme
2 parents e574134 + 050f074 commit c678281

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,24 @@ Check out the [Tutorial](http://nbviewer.ipython.org/urls/raw.github.com/pymc-de
2525

2626
## Installation
2727

28+
The latest version of PyMC 3 can be installed from the master branch using pip:
29+
2830
```
2931
pip install git+https://github.com/pymc-devs/pymc
3032
```
3133

34+
Another option is to clone the repository and install PyMC using `python setup.py install` or `python setup.py develop`.
35+
36+
**Note:** Running `pip install pymc` will install PyMC 2.3, not PyMC 3, from PyPI.
37+
38+
## Dependencies
39+
40+
PyMC is tested on Python 2.7 and 3.3 and depends on Theano, NumPy, SciPy, and Matplotlib (see setup.py for version information).
41+
3242
### Optional
3343

44+
The GLM submodule relies on Pandas, Patsy, Statsmodels.
45+
3446
[`scikits.sparse`](https://github.com/njsmith/scikits-sparse) enables sparse scaling matrices which are useful for large problems. Installation on Ubuntu is easy:
3547

3648
```

0 commit comments

Comments
 (0)