oncillasim/54544183aeb9debian
oncillasim/
54544183aeb9debian
debian vs master
debian vs master
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
e39e4d0c9aac | Alexandre Tuleu | New upstream version 0.2.0~rc2 | Mar 13 2013 | ||||
64f7c2f9f1d8 | Alexandre Tuleu | Merge branch 'master' into debian | Mar 13 2013 | ||||
110e712bc5fd | Alexandre Tuleu | Adds dependency on cca-oncilla0.4 | Mar 13 2013 | ||||
562cbc0b51c7 | Alexandre Tuleu | Updates dependency | Mar 13 2013 | ||||
d702e23c7ecb | Alexandre Tuleu | Merge branch 'master' into debian | Feb 22 2013 | ||||
bcf0ce0c622d | Alexandre Tuleu | Merge branch 'master' into debian | Feb 22 2013 | ||||
64a6dbeef4d1 | Alexandre Tuleu | New upstream version 0.2.0~rc1 | Feb 19 2013 | ||||
6f0ea20e463e | Alexandre Tuleu | Merge branch 'master' into debian | Feb 19 2013 | ||||
be6d3c59dcec | Alexandre Tuleu | Released version 0.1.1-1 | Jul 31 2012 | ||||
fa47d9694737 | Alexandre Tuleu | Merge branch 'master' into debian | Jul 31 2012 |
/
/
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