Skip to content
/ igs Public

Interactive Graphical System for Graphical Computing

Notifications You must be signed in to change notification settings

GianOrtiz/igs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Graphical System

Intalling dependencies

You can either install the dependencies using a virtual env or by installing all dependencies in requirements.txt.

To install dependencies using a virutal environemnt, first instantiate the virtual env:

python3 -m venv venv

Activate it in the current terminal:

source venv/bin/activate

Install dependencies:

pip3 install -r requirements.txt

Running

To run the project with all dependencies installed use python3 src/main.py.

About

Interactive Graphical System for Graphical Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages