Installation¶
Currently, the package can be either installed by cloning the github repository or via PyPi (recommanded).
Conda environment setup¶
First, you should setup your conda environment.
One possibility is to create a new conda environment using this file.
>>> conda env create -f npfc_test.yml
Another alternative is the install the dependencies in an existing environment:
>>> conda install python pytables graphviz datrie h5py recommonmark ipykernel
Install the NPFC package¶
NPFC is available on PyPi. In your Python environment, run:
>>> pip install npfc