Skip to content

Commit cae562f

Browse files
authored
Warn users about obsolete instructions. (#180)
Installation instructions in "Getting Started" are no longer correct.
1 parent 66b69c6 commit cae562f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/getting_started.ipynb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"source": [
3232
"## Installation\n",
3333
"\n",
34+
"----\n",
35+
"**Note:** These instructions are out of date, and no longer correct. Please see the [Installation instructions](https://github.com/pymc-devs/pymc3#Installation) on the [GitHub site for PyMC3](https://github.com/pymc-devs/pymc3).\n",
36+
"\n",
37+
"----\n",
38+
"\n",
3439
"Running PyMC3 requires a working Python interpreter, either version 2.7 (or more recent) or 3.5 (or more recent); we recommend that new users install version 3.5. A complete Python installation for Mac OSX, Linux and Windows can most easily be obtained by downloading and installing the free [`Anaconda Python Distribution`](https://store.continuum.io/cshop/anaconda/) by ContinuumIO. \n",
3540
"\n",
3641
"`PyMC3` can be installed using [\"pip\"](https://pip.pypa.io/en/latest/installing.html):\n",

0 commit comments

Comments
 (0)