oncillasim/3b08db64c8b3debian
oncillasim/
3b08db64c8b3debian
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 *extensively* ::
cd test && lettuce
How to add some dependencies
============================
go into your work environment, and use pip ::
workon oncilla-sim
pip install my_awesome_dep
Now to help developpers to get the same dependency, freeze your environment ::
pip freeze > requirements.txt
Now share it other using git ::
git add requirements.txt
git commit -m "Added dependency on my_awesome_dep"
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 *extensively* ::
cd test && lettuce
How to add some dependencies
============================
go into your work environment, and use pip ::
workon oncilla-sim
pip install my_awesome_dep
Now to help developpers to get the same dependency, freeze your environment ::
pip freeze > requirements.txt
Now share it other using git ::
git add requirements.txt
git commit -m "Added dependency on my_awesome_dep"
c4science · Help