python-dependency-injector/docs/installation.rst
2015-07-28 09:46:35 +03:00

26 lines
531 B
ReStructuredText

Installation
============
Latest stable version
---------------------
Latest stable version of *Objects* framework can be installed from PyPi_:
.. code-block:: bash
pip install objects
Sources can be cloned from GitHub_:
.. code-block:: bash
git clone https://github.com/rmk135/objects.git
Previous releases
-----------------
All *Objects* releases can be found on GitHub: https://github.com/rmk135/objects/releases
.. _PyPi: https://pypi.python.org/pypi/Objects
.. _GitHub: https://github.com/rmk135/objects