oncillasim/101b46774924master-go
oncillasim/
101b46774924master-go
master-go vs master
master-go vs master
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
df0f84ff0d0a | Alexandre Tuleu | Improves formatting | Jun 14 2013 | ||||
ac8c70b845f9 | Alexandre Tuleu | Runs makefile from the root of the project | Jun 14 2013 | ||||
497daa9f40ff | Alexandre Tuleu | Fixes md5 encoding | Jun 14 2013 | ||||
4a8ad5f5bcbd | Alexandre Tuleu | Fixes git updates | Jun 14 2013 | ||||
6a9956c37ab7 | Alexandre Tuleu | Simplifies uses on .oncilla-sim-wizard.makefile | Jun 14 2013 | ||||
2e94f1502058 | Alexandre Tuleu | Improves error messages | Jun 14 2013 | ||||
d42cba0bbd68 | Alexandre Tuleu | Makes config fetching less verbose | Jun 14 2013 | ||||
772f0656fe42 | Alexandre Tuleu | Adds tags in defaults | Jun 14 2013 | ||||
e3c11944264c | Alexandre Tuleu | Implements OncillaProjectTree | Jun 14 2013 | ||||
df287aea211b | Alexandre Tuleu | Fixes directory permissions | Jun 14 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