source:
main/waeup.cas/trunk/README.rst
@
10322
Last change on this file since 10322 was 10321, checked in by , 12 years ago | |
---|---|
File size: 237 bytes |
Line | |
---|---|
1 | waeup.cas |
2 | ********* |
3 | |
4 | Install for Development |
5 | ----------------------- |
6 | |
7 | $ virtualenv py27 |
8 | $ source py27/bin/activate |
9 | (py27)$ python setup.py dev |
10 | |
11 | Running Tests |
12 | ------------- |
13 | |
14 | After `Install for Development`_ run: |
15 | |
16 | (py27)$ py.test |
17 |
Note: See TracBrowser for help on using the repository browser.