mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
20 lines
445 B
ReStructuredText
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
|