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