Install ntt#

Work in a virtual environment#

It is highly recommended to work inside a virtual environment.

Quick install from GitHub#

You can install ntt using pip :

$ pip install git+https://github.com/centralelyon/ntt.git@maininstall ntt

You can install ntt using conda if / when it will be packaged for this tool.

Editable install for development#

To develop “ntt” library, make an editable install inside your Python virtual environment using pip with -e editable flag.

  1. create a virtual environment and activate it

  2. clone this ntt repository

  3. install ntt and its “development” dependencies