From f8fc6d49d694e8c0efa25185893ec636d1d920e1 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 3 Aug 2015 22:36:08 +0300 Subject: [PATCH] Updating installation docs --- docs/installation.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 7e23cebe..9a9cd48f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,14 +1,18 @@ Installation ============ -Latest stable version ---------------------- +*Objects* framework is distributed by PyPi_. -Latest stable version of *Objects* framework can be installed from PyPi_: +Latest stable version (and all previous versions) of *Objects* framework can be +installed from PyPi_: .. code-block:: bash + # Installing latest version: pip install objects + + # Installing particular version: + pip install objects==0.7.5 Sources can be cloned from GitHub_: @@ -16,10 +20,8 @@ Sources can be cloned from GitHub_: git clone https://github.com/rmk135/objects.git -Previous releases ------------------ - -All *Objects* releases can be found on GitHub: https://github.com/rmk135/objects/releases +Also all *Objects* releases can be downloaded from `GitHub releases page`_. .. _PyPi: https://pypi.python.org/pypi/Objects .. _GitHub: https://github.com/rmk135/objects +.. _GitHub releases page: https://github.com/rmk135/objects/releases