oncillasim/b6c9c262fd9edoc
oncillasim/
b6c9c262fd9edoc
doc vs master
doc vs master
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
b6c9c262fd9e | Arne Nordmann | Source of API Level 2 graph | May 1 2013 | ||||
e684d59b4ef3 | Arne Nordmann | Added API Levels to example page | Apr 15 2013 | ||||
841890764ee3 | Arne Nordmann | Bigger thumbnail | Apr 12 2013 | ||||
13208889abe2 | Arne Nordmann | Screenshot scaled to lower resolution | Apr 12 2013 | ||||
f75382524cbc | Arne Nordmann | More recent image | Apr 12 2013 | ||||
07fb40f60b73 | Arne Nordmann | Improved documentation, added troubleshooting for sim reset | Apr 12 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 *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