Installation¶
Activate your virtual environment
Install package
Install the newest graphgallery:
# Recommended git clone https://github.com/EdisonLeeeee/GraphGallery.git && cd GraphGallery pip install -e . --verbose
Or install via pip (may not contain all the new features)
# Maybe outdated pip install -U graphgallery
Note
If you meet any installation problem, feel free to open an issue in the our github page