-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Ioannis Charalampidis edited this page May 10, 2016
·
2 revisions
RoBOB is available on PyPI so it's straightforward to install it. We would recommend however to work in an isolated virtualenv:
virtualenv env
source env/bin/activate
pip install robob
You are now ready to start running your benchmarks like so:
robob <path to benchmark>
Installation of virtualenv is again quite straightforward using pip:
$ [sudo] pip install virtualenv
For more details you can check this page : https://virtualenv.pypa.io/en/latest/installation.html
Make sure that you have activated your virtualenv before running robob.py
source env/bin/activate
./robob.py <path to benchmark>