Updating installation docs
This commit is contained in:
parent
d7b146810e
commit
f8fc6d49d6
|
@ -1,25 +1,27 @@
|
||||||
Installation
|
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
|
.. code-block:: bash
|
||||||
|
|
||||||
|
# Installing latest version:
|
||||||
pip install objects
|
pip install objects
|
||||||
|
|
||||||
|
# Installing particular version:
|
||||||
|
pip install objects==0.7.5
|
||||||
|
|
||||||
Sources can be cloned from GitHub_:
|
Sources can be cloned from GitHub_:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
git clone https://github.com/rmk135/objects.git
|
git clone https://github.com/rmk135/objects.git
|
||||||
|
|
||||||
Previous releases
|
Also all *Objects* releases can be downloaded from `GitHub releases page`_.
|
||||||
-----------------
|
|
||||||
|
|
||||||
All *Objects* releases can be found on GitHub: https://github.com/rmk135/objects/releases
|
|
||||||
|
|
||||||
.. _PyPi: https://pypi.python.org/pypi/Objects
|
.. _PyPi: https://pypi.python.org/pypi/Objects
|
||||||
.. _GitHub: https://github.com/rmk135/objects
|
.. _GitHub: https://github.com/rmk135/objects
|
||||||
|
.. _GitHub releases page: https://github.com/rmk135/objects/releases
|
||||||
|
|
Loading…
Reference in New Issue