Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 592 Bytes

File metadata and controls

20 lines (11 loc) · 592 Bytes

IGB_testing

Illinois Graph Benchmark v0.1

Installation and Setup

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.