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

Commit 8ba6f7a

Browse files
committed
doc: remove outdated discussion of source install
Everyone has pip now.
1 parent 70e8bef commit 8ba6f7a

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

doc/getting_started.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ PyStan and the required packages may be installed from the `Python Package Index
3838

3939
pip install pystan
4040

41-
To install PyStan from source, first make sure you have installed the
42-
dependencies, then issue the commands:
43-
44-
::
45-
46-
wget https://pypi.python.org/packages/source/p/pystan/pystan-2.17.1.0.tar.gz
47-
# alternatively, use curl, or a web browser
48-
tar zxvf pystan-2.17.1.0.tar.gz
49-
cd pystan-2.17.1.0
50-
python setup.py install
51-
cd .. # change out of the source directory before importing pystan
52-
5341
Mac OS X users encountering installation problems may wish to consult the
5442
`PyStan Wiki <https://github.com/stan-dev/pystan/wiki>`_ for possible solutions.
5543

doc/release-howto.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Before Tagging Release
1515
======================
1616
- Update release notes, ``doc/whats_new.rst``.
1717
- Double check version number in ``pystan/__init__.py``
18-
- Update version in snippet in ``doc/getting_started.rst``, i.e., "wget ..."
1918
- Commit any changes you just made.
2019
- Double check that tests pass for this commit.
2120

0 commit comments

Comments
 (0)