Skip to content

Commit

Permalink
Merge pull request #101 from QInfer/fix-readme-typos
Browse files Browse the repository at this point in the history
Fixed typos in README.rst, updated link to docs.qinfer.org.
  • Loading branch information
cgranade committed Sep 28, 2016
2 parents 431fdd9 + 5139d45 commit b6299da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
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 b6299da

Please sign in to comment.