From 568db3b3bc25abc57c23fdee9885b8c72905e2c9 Mon Sep 17 00:00:00 2001 From: Julius O Date: Mon, 18 Apr 2016 15:22:36 +0100 Subject: [PATCH] Modified install instructions to comfort PyPI --- README.rst | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 4b499b5..584bd3c 100644 --- a/README.rst +++ b/README.rst @@ -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: @@ -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: @@ -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: