Skip to content

Commit

Permalink
Updated install instructions to point to Git.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranade committed Apr 28, 2016
1 parent 3a374fc commit 5724365
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Expand Up @@ -25,7 +25,9 @@ We recommend using **QInfer** with the
`Anaconda distribution`_. Download and install
Anaconda for your platform, either Python 2.7 or 3.5. We
suggest using Python 3.5, but **QInfer**
works with either. Once Anaconda is installed, simply run ``pip`` to install **QInfer**::
works with either. Next, ensure that you have Git installed. On Windows,
we suggest the `official Git downloads <https://git-scm.com/downloads>`_.
Once Anaconda and Git are installed, simply run ``pip`` to install **QInfer**::

$ pip install git+https://github.com/QInfer/python-qinfer.git

Expand Down
4 changes: 3 additions & 1 deletion doc/source/intro.rst
Expand Up @@ -27,7 +27,9 @@ We recommend using **QInfer** with the
`Anaconda distribution`_. Download and install
Anaconda for your platform, either Python 2.7 or 3.5. We
suggest using Python 3.5, but **QInfer**
works with either. Once Anaconda is installed, simply run ``pip`` to install **QInfer**::
works with either. Next, ensure that you have Git installed. On Windows,
we suggest the `official Git downloads <https://git-scm.com/downloads>`_.
Once Anaconda and Git are installed, simply run ``pip`` to install **QInfer**::

$ pip install git+https://github.com/QInfer/python-qinfer.git

Expand Down

0 comments on commit 5724365

Please sign in to comment.