$ pip install nujo
Now run the following to make sure nujo was installed properly:
$ python
>>> import nujo as nj
>>> nj.__version__
'0.3.0'
Read the docs at vivelev.github.io/nujo
Check out the examples/ folder.
- NumPy - Fundamental package for scientific computing with Python
- Graphviz - Open source graph visualization software
Please read CONTRIBUTING.md if you wish to become a contributor.
- Victor Velev - Initial work - VIVelev
- Victor Gorchilov - Initial work - ManiacMaxo
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details