diff --git a/doc/getting_started.rst b/doc/getting_started.rst index 1c80131f..83f76345 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -38,18 +38,6 @@ PyStan and the required packages may be installed from the `Python Package Index pip install pystan -To install PyStan from source, first make sure you have installed the -dependencies, then issue the commands: - -:: - - wget https://pypi.python.org/packages/source/p/pystan/pystan-2.17.1.0.tar.gz - # alternatively, use curl, or a web browser - tar zxvf pystan-2.17.1.0.tar.gz - cd pystan-2.17.1.0 - python setup.py install - cd .. # change out of the source directory before importing pystan - Mac OS X users encountering installation problems may wish to consult the `PyStan Wiki `_ for possible solutions. diff --git a/doc/release-howto.rst b/doc/release-howto.rst index 0786ba3f..642e1f02 100644 --- a/doc/release-howto.rst +++ b/doc/release-howto.rst @@ -15,7 +15,6 @@ Before Tagging Release ====================== - Update release notes, ``doc/whats_new.rst``. - Double check version number in ``pystan/__init__.py`` -- Update version in snippet in ``doc/getting_started.rst``, i.e., "wget ..." - Commit any changes you just made. - Double check that tests pass for this commit.