Skip to content

Commit

Permalink
Merge pull request #111 from aywaldron/issue-63
Browse files Browse the repository at this point in the history
Issue #63 - Typos in install documentation
  • Loading branch information
MJJoyce authored Sep 4, 2018
2 parents f609d06 + f06de2c commit 8210ded
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Install the **ait.core** package and its dependencies:
$ pip install .
From AIT PyPi
From PyPi
^^^^^^^^^^^^^^^

You can also install AIT Core directly from PyPi if you don't want to keep a local copy of the code.
Expand Down Expand Up @@ -70,7 +70,7 @@ AIT uses two environment variables for configuration.
/<project root path>/data/config/config.yaml
We recommend that you set this in your **postactivate** file from **virtualenvwrapper**. This will ensure that each time you activate the virtual environment that your **AIT_CONFIG** environment variable is set properly. By default, this file is located at **~/.virtualenvs/postactive**.
We recommend that you set this in your **postactivate** file from **virtualenvwrapper**. This will ensure that each time you activate the virtual environment that your **AIT_CONFIG** environment variable is set properly. By default, this file is located at **~/.virtualenvs/postactivate**.

.. code-block:: bash
Expand Down Expand Up @@ -106,6 +106,8 @@ If the last command **doesn't** generate any errors your installation is all set
File "<string>", line 1, in <module>
ImportError: No module named ait.core
If warnings of the format ``WARNING | Config parameter <param> specifies nonexistant path <path>`` are printed, don't worry - this just means the default configurations are incorrect for the current state of your machine.

Working with AIT
----------------

Expand Down

0 comments on commit 8210ded

Please sign in to comment.