Skip to content

How to install UI Debug

Simon Bouchard edited this page Mar 23, 2018 · 2 revisions

For Linux user:

  1. cd ~/Documents;
  2. sudo apt-get install git virtualenv;
  3. git clone https://github.com/RoboCupULaval/UI-Debug;
  4. cd UI-Debug;
  5. Activate your virtual environnement: source ~/Documents/**env_name**/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.).
  6. Install the project requirements: 'pip install -r requirements.txt'.
Clone this wiki locally