Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 870 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 870 Bytes

img

Author: Andrea Tramacere

contact

installation

If you use Anaconda:

 - $ while read requirement; do conda install --yes $requirement; done < requirements.txt
 - $ python setup.py install`

If you use system python (*):

- $ sudo python -m pip install --upgrade pip
- $ pip install --user -r requirements.txt
- $ python setup.py install --user (for local installation)

documentation

primal doc

tutorial

notebook