Skip to content

Commit

Permalink
Modified install instructions to comfort PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius O committed Apr 18, 2016
1 parent fbe075b commit 568db3b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,18 @@ geokey-airquality requires:
- Python version 2.7
- GeoKey version 0.9 or 0.10

Install the extension:
Install the geokey-airquality from PyPI:

.. code-block:: console
pip install git+https://github.com/ExCiteS/geokey-airquality.git
pip install geokey-airquality
Or from cloned repository:

.. code-block:: console
cd geokey-airquality
pip install -e .
Add the package to installed apps:

Expand Down Expand Up @@ -67,11 +74,11 @@ You're now ready to go!
Update
------

Update the extension:
Update the geokey-airquality from PyPI:

.. code-block:: console
pip install -U git+https://github.com/ExCiteS/geokey-airquality.git
pip install -U geokey-airquality
Migrate the models into the database:

Expand All @@ -98,7 +105,7 @@ Install the extension for development:

.. code-block:: console
cd geokey-communitymaps
cd geokey-airquality
pip install -e .
Add the package to installed apps:
Expand Down

0 comments on commit 568db3b

Please sign in to comment.