Illinois Graph Benchmark v0.1
Open terminal and cd to the location you want to clone this repo. Then,
git clone https://github.com/IllinoisGraphBenchmark/IGB_testing.git
cd IGB_testing
Check your python version using python --version If this says Python 2.x.xx, run python3 --version. If the output is Python 3.x.xx you can proceed with:
python3 -m venv venv
Now activtate the venv using:
source venv/bin/activate (You should see a (venv) at the begining of the line on terminal.
Now run pip install -r requirements.txt.