From 7af4178741bea00b65db961937170a27999e5332 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" Date: Fri, 18 Jun 2021 09:20:48 -0500 Subject: [PATCH] Warn users about obsolete instructions. Installation instructions in "Getting Started" are no longer correct. --- examples/getting_started.ipynb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/getting_started.ipynb b/examples/getting_started.ipynb index 8c1f0efb5..cd0e401b8 100644 --- a/examples/getting_started.ipynb +++ b/examples/getting_started.ipynb @@ -31,6 +31,11 @@ "source": [ "## Installation\n", "\n", + "----\n", + "**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", + "\n", + "----\n", + "\n", "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", "\n", "`PyMC3` can be installed using [\"pip\"](https://pip.pypa.io/en/latest/installing.html):\n",