This repository was archived by the owner on Mar 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
5341Mac 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments