oncillasim/54544183aeb9y3gent
oncillasim/
54544183aeb9y3gent
y3gent vs master
y3gent vs master
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
6a637d3d9ee8 | Arne Nordmann | Added option to specify path to wizard.cfg | May 14 2014 |
/
/
README.rst
README.rst
============
Oncilla-sim
============
Oncilla-sim is a collection of tools to help user to install Oncilla simulator.
How to develop on the app
=========================
Please use pip and virtualenv ::
mkvirtualenv oncilla-sim --no-site-packages
workon oncilla-sim
pip install -r requirements.txt
It will install lot of tools for TDD and BDD
Make good use of sniffer : just launch it and it will run the tests
when needed.
also use lettuce ::
cd test && lettuce
Oncilla-sim
============
Oncilla-sim is a collection of tools to help user to install Oncilla simulator.
How to develop on the app
=========================
Please use pip and virtualenv ::
mkvirtualenv oncilla-sim --no-site-packages
workon oncilla-sim
pip install -r requirements.txt
It will install lot of tools for TDD and BDD
Make good use of sniffer : just launch it and it will run the tests
when needed.
also use lettuce ::
cd test && lettuce
c4science · Help