Installation ============ PyPI ---- The recommended way to install is from Python Package Index (PyPI) with `pip `_: .. code-block:: bash $ pip install architect or with `easy_install `_: .. code-block:: bash $ easy_install architect GitHub ------ Architect is actively developed on `GitHub `_. If you want to get latest development sources you have to clone the repository: .. code-block:: bash $ git clone git://github.com/maxtepkeev/architect.git Once you have the sources, you can install it into your site-packages: .. code-block:: bash $ python setup.py install You can also install latest stable development version via `pip `_: .. code-block:: bash $ pip install git+https://github.com/maxtepkeev/architect.git@master