-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Simon Bouchard edited this page Mar 23, 2018
·
4 revisions
Welcome to the StrategyAI wiki!
To be able to work efficiently with this framework, grSim and UI-Debug are required. Follow the instruction in their respective git-hub directories for the installation.
- for windows, you can install python 3.6 from Anaconda
- for linux, you can
apt-get install python3
. For python 3.6, you need to install it from https://www.python.org (for Ubuntu 16.04 user).
For Linux user:
-
cd ~/Documents
; -
sudo apt-get install git virtualenv
; -
git clone https://github.com/RoboCupULaval/StrategyIA
; -
cd StrategyIA
; - 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'.