python-dependency-injector/docs/main/installation.rst

28 lines
680 B
ReStructuredText

Installation
============
*Objects* framework is distributed by 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_:
.. code-block:: bash
git clone https://github.com/rmk135/objects.git
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