python-dependency-injector/docs/installation.rst
2015-05-12 16:41:57 +03:00

20 lines
445 B
ReStructuredText

Installation
============
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
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