From 1e0f87a2b3fd1ccda73bc1e91a4752bcebd3785e Mon Sep 17 00:00:00 2001 From: ariddell Date: Sun, 1 Jan 2017 10:23:37 -0500 Subject: [PATCH] RELEASE: update version numbers in getting_started.rst Following instructions in doc/release-howto.rst --- doc/getting_started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/getting_started.rst b/doc/getting_started.rst index 020c90a1..d7603f22 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -42,10 +42,10 @@ dependencies, then issue the commands: :: - wget https://pypi.python.org/packages/source/p/pystan/pystan-2.12.0.0.tar.gz + wget https://pypi.python.org/packages/source/p/pystan/pystan-2.14.0.0.tar.gz # alternatively, use curl, or a web browser - tar zxvf pystan-2.12.0.0.tar.gz - cd pystan-2.12.0.0 + tar zxvf pystan-2.14.0.0.tar.gz + cd pystan-2.14.0.0 python setup.py install cd .. # change out of the source directory before importing pystan