Installation¶
Usual PIP installation¶
pip install nctime
PIP installation from GitHub¶
pip install -e git://github.com/Prodiguer/nctime.git@master#egg=nctime
Installation from GitHub¶
- Clone our GitHub project:
git init
git clone git@github.com:Prodiguer/nctime.git
- Run the
setup.py
:
cd nctime
python setup.py install
- The
nctime
command-line is ready.
Dependencies¶
Linux distribution with Python 2.6+ is required. nctime
uses the following basic Python libraries. Ensure that
your Python environment includes:
nctime
uses the following basic Python libraries includes in Python 2.5+. Be careful your Python environment
includes:
Some required libraries are not included in most Python distributions. Please install them using the usual PIP command:
Warning
To support some corrections, NCO operators must be installed.