oncillasim/54544183aeb9issue582
oncillasim/
54544183aeb9issue582
issue582 vs master
issue582 vs master
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
c2ebea9aaa3d | Arne Nordmann | Wizard pull updated cca-oncilla examples for API level 1 and 2 | Apr 10 2013 |
/
/
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