2015-04-02 19:29:49 +00:00
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
2015-08-03 19:36:08 +00:00
|
|
|
*Objects* framework is distributed by PyPi_.
|
2015-07-28 06:46:35 +00:00
|
|
|
|
2015-08-03 19:36:08 +00:00
|
|
|
Latest stable version (and all previous versions) of *Objects* framework can be
|
|
|
|
installed from PyPi_:
|
2015-05-12 13:41:57 +00:00
|
|
|
|
|
|
|
.. code-block:: bash
|
2015-04-02 19:29:49 +00:00
|
|
|
|
2015-08-03 19:36:08 +00:00
|
|
|
# Installing latest version:
|
2015-04-02 19:29:49 +00:00
|
|
|
pip install objects
|
2015-08-03 19:36:08 +00:00
|
|
|
|
|
|
|
# Installing particular version:
|
|
|
|
pip install objects==0.7.5
|
2015-07-28 06:46:35 +00:00
|
|
|
|
2015-05-12 13:41:57 +00:00
|
|
|
Sources can be cloned from GitHub_:
|
|
|
|
|
|
|
|
.. code-block:: bash
|
2015-04-02 19:29:49 +00:00
|
|
|
|
|
|
|
git clone https://github.com/rmk135/objects.git
|
|
|
|
|
2015-08-03 19:36:08 +00:00
|
|
|
Also all *Objects* releases can be downloaded from `GitHub releases page`_.
|
2015-04-02 19:29:49 +00:00
|
|
|
|
|
|
|
.. _PyPi: https://pypi.python.org/pypi/Objects
|
2015-04-02 20:46:53 +00:00
|
|
|
.. _GitHub: https://github.com/rmk135/objects
|
2015-08-03 19:36:08 +00:00
|
|
|
.. _GitHub releases page: https://github.com/rmk135/objects/releases
|