INSTALLATION GUIDE ================== The software is available on PyPI and thus installable through `pip`: :: pip install t1t2ne Alternatively, the software can be downloaded and built directly from the `GitHub repository`_ `(recommended for development and testing)` by typing: .. _GitHub repository: https://github.com/enricoravera/T1T2ne :: pip install git+https://github.com/enricoravera/T1T2ne.git The required dependencies are sorted out in either case. After the installation, you can check that the package is correctly installed by running: :: t1t2ne --help This should display the help message for the command-line interface of the software, confirming that it is ready to use.