Diffusion Oncilla Simulation (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
4a840494717e | Arne Nordmann | Version bump of master to 0.3 | Mar 27 2014 | ||||
260719626202 | Sebastian Wrede | should be Library/Caches not Library/Cache, refs #595 | May 3 2013 | ||||
4c144cbdee85 | Sebastian Wrede | fixed system conditional and added Webots home guessing on Mac, refs #595 | May 3 2013 | ||||
01579ddfe269 | Arne Nordmann | Improves caching behavior of the wizard | May 1 2013 | ||||
fccca957dd46 | Arne Nordmann | Updates project wizard according to #598 | May 1 2013 | ||||
89c892ba7115 | Arne Nordmann | Code style and todos | May 1 2013 | ||||
f40029b639b6 | Arne Nordmann | Code style and todos | May 1 2013 | ||||
ef9af722456d | Alexandre Tuleu | Releases 0.2.0~rc2 | Mar 13 2013 | ||||
d01ea06eb6b4 | Alexandre Tuleu | Targets liboncilla-webots 0.2.0~rc4 | Mar 13 2013 | ||||
15440dcbffc2 | Alexandre Tuleu | Updates targeted versions | Feb 22 2013 | ||||
b84f73e8df89 | Alexandre Tuleu | Fixes obvious mistakes in the tag checkout | Feb 22 2013 | ||||
1a8d62187ea0 | Alexandre Tuleu | refreshes the tags in wizard.cfg | Feb 22 2013 | ||||
e79ada224bba | Alexandre Tuleu | Adds contribute page into the manual | Jan 24 2013 | ||||
d4b61006ec24 | Alexandre Tuleu | Bump to version 0.2.0~rc1 | Jan 24 2013 | ||||
3b08db64c8b3 | Arne Nordmann/Alexandre Tuleu | Documented dependency to Webots version < 7.0 | Jan 24 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