python-dependency-injector/docs/installation.rst

20 lines
445 B
ReStructuredText
Raw Normal View History

2015-04-02 22:29:49 +03:00
Installation
============
2015-05-12 16:41:57 +03:00
Latest stable version of *Objects* framework can be installed from PyPi_:
.. code-block:: bash
2015-04-02 22:29:49 +03:00
pip install objects
2015-05-12 16:41:57 +03:00
Sources can be cloned from GitHub_:
.. code-block:: bash
2015-04-02 22:29:49 +03:00
git clone https://github.com/rmk135/objects.git
2015-04-18 22:45:51 +03:00
All *Objects* releases can be found on GitHub: https://github.com/rmk135/objects/releases
2015-04-02 22:29:49 +03:00
.. _PyPi: https://pypi.python.org/pypi/Objects
2015-04-02 23:46:53 +03:00
.. _GitHub: https://github.com/rmk135/objects