Skip to content

How to install StrategyAI

Simon Bouchard edited this page Mar 23, 2018 · 1 revision

For Linux user:

  1. cd ~/Documents;
  2. sudo apt-get install git virtualenv;
  3. git clone https://github.com/RoboCupULaval/StrategyIA;
  4. cd StrategyIA;
  5. Create a new virtual environnement: virtualenv --python=python3.6 ~/Documents/robocup;
  6. 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.).
  7. Install the project requirements: 'pip install -r requirements.txt'.
Clone this wiki locally