************ Installation ************ Requirements ============ The required packages are list in the file requirements.txt. Before the installation of Toupy, you should run: .. code:: shell pip install -r requirements.txt Via pip install ================ .. code-block:: shell pip install toupy or for a local installation, using the flag --user: .. code-block:: shell pip install --user toupy Via Python Package ================== Clone it first from git: .. code-block:: shell git clone https://github.com/jcesardasilva/toupy.git change into toupy directory: .. code-block:: shell cd toupy The installation should be as simple as: .. code-block:: shell sudo python3 setup.py install or, for local installation, using the flag --user: .. code-block:: shell python3 setup.py install --user