Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 493 Bytes

Installation.rst

File metadata and controls

21 lines (12 loc) · 493 Bytes

Installation

Install from PYPI using pip:

pip install N2G

Or copy repository from GitHub and run:

python -m pip install .

or:

python setup.py install

Additional dependencies

N2G uses mainly Python built-in libraries, but:

  • For layout method need Python igraph library to be installed on the system