QuantEcon / QuantEcon.notebooks

Jupyter notebooks contributed by QuantEcon developers, users and the community
BSD 3-Clause "New" or "Revised" License
122 stars 106 forks source link

run ar1_pymc on anaconda 2.5 and windows #32

Closed finmod closed 8 years ago

finmod commented 8 years ago

Please note that installing pymc on anaconda 2.5.0 and windows should follow this command:

conda install -c https://conda.binstar.org/pymc pymc

instead of conda install pymc or pip install pymc

Then the notebook runs smootly.

jstac commented 8 years ago

@finmod Many thanks. I changed the instructions to your suggestion since it works on all platforms.