You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new virtual environnement: virtualenv --python=python3.6 ~/Documents/robocup;
Activate the virtual environnement: source ~/Documents/robocup/bin/activate; (You need to do this each time you want to use the software, pycharm can use the virtual environnement when running the code.).
Install the project requirements: 'pip install -r requirements.txt'.