1234567891011121314151617181920212223242526 |
- ####################
- Graph Exploring Tool
- ####################
- Installation
- ------------
- .. code-block:: shell
- sudo apt-get install libglfw3
- sudo apt-get install libglfw3-dev
- sudo apt-get install freeglut3-dev
- pip install graph-exploring-tool
- or
- .. code-block:: shell
- sudo apt-get install libglfw3
- sudo apt-get install libglfw3-dev
- sudo apt-get install freeglut3-dev
- pip install --index-url https://pip:glpat-m8mNfhxZAUnWvy7rLS1x@git.rys.one/api/v4/projects/264/packages/pypi/simple --no-deps graph-exploring-tool
- For WSL check out: https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps
|