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