Installation ============ Using PIP --------- The easiest way to install enteleteaor is from Pypi. To do this, only run: .. code-block:: bash # pip install enteletaor Then run enteleteaor writing: .. code-block:: bash # enteleteaor -h From source ----------- Also, you can download source code from github using git: .. code-block:: bash git clone https://github.com/cr0hn/enteleteaor.git enteleteaor Next you need to install dependencies from ``requirements.txt``: .. code-block:: bash pip install -r requirements.txt .. note:: If you're not running enteleteaor in a virtualenv, probably you need tu be root to install requirements. So, you can use ``sudo`` command. Finally you can run enteleteaor: .. code-block:: bash # cd enteleteaor_lib # python enteleteaor.py -h