Skip to content

Commit

Permalink
Fixed typos in README.rst, updated link to docs.qinfer.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranade committed Sep 28, 2016
1 parent 431fdd9 commit 5139d45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -36,15 +36,15 @@ suggest using Python 3.5, but **QInfer**
works with either.

If using Anaconda, you should go ahead now and install from their repository
all the dependencies that we can. If you are using "regular"-Python then you can
all the dependencies that you can. If you are using "regular" Python then you can
ignore this step. Replace ``python=3.5`` with your version (typically
either 2.7 or 3.5).

.. code-block:: console
$ conda install python=3.5 numpy scipy matplotlib scikit-learn
If you are **not** using Anaconda, but are instead using "regular"-Python,
If you are **not** using Anaconda, but are instead using "regular" Python,
and you are on Linux, you will need the Python development package:

.. code-block:: console
Expand All @@ -70,7 +70,7 @@ Once Anaconda and Git are installed, simply run ``pip`` to install **QInfer**:
$ pip install git+https://github.com/QInfer/python-qinfer.git
Lastely, **QInfer** can be installed manually by downloading from GitHub,
Lastly, **QInfer** can be installed manually by downloading from GitHub,
then running the provided installer:

.. code-block:: console
Expand All @@ -84,7 +84,7 @@ More Information
================

Full documentation for **QInfer** is
`available on ReadTheDocs <http://python-qinfer.readthedocs.org/en/latest/>`_,
`available on ReadTheDocs <http://docs.qinfer.org/>`_,
or may be built locally by running the documentation
build script in ``doc/``::

Expand Down

0 comments on commit 5139d45

Please sign in to comment.