Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 290 Bytes

File metadata and controls

13 lines (11 loc) · 290 Bytes

Steam Project

In order to run the code you should execute the following instructions:

git clone
cd steam_project
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python -m ipykernel install --user --name=myenv --display-name "Python (myenv)"
. code