Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
doc: remove outdated discussion of source install
Browse files Browse the repository at this point in the history
Everyone has pip now.
  • Loading branch information
riddell-stan committed Aug 17, 2018
1 parent 70e8bef commit 8ba6f7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/stan-dev/pystan/wiki>`_ for possible solutions.

Expand Down
1 change: 0 additions & 1 deletion doc/release-howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8ba6f7a

Please sign in to comment.