Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added version warning #197

Merged
merged 2 commits into from
Apr 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Installation
:License: PyMC is released under the Academic Free license.
:Version: 2.3.7

**NOTE: The current version PyMC (version 3) has been moved to its own repository called `pymc3`_. Unless you have a good reason for using this package, we recommend all new users adopt PyMC3.**

PyMC is known to run on Mac OS X, Linux and Windows, but in theory should be
able to work on just about any platform for which Python, a Fortran compiler
and the NumPy module are available. However, installing some extra depencies
Expand Down Expand Up @@ -235,3 +237,5 @@ addressed to PyMC's `mailing list`_.
.. _`issue tracker`: http://github.com/pymc-devs/pymc/issues

.. _`mailing list`: [email protected]

.. _`pymc3`: https://github.com/pymc-devs/pymc3