Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 404 Bytes

data-collection-graph

A Python program that compiles data into a graph.

Setting it up

This program requires the use of a Virtual Environment to run.
Use the following commands to set it up:

python3 -m venv env

Activate the environment with the following command:

source env/bin/activate

Install the requirements with this command:

pip install -r requirements.txt