changeset 192 | 60b10eef975d |
parent 82 | 8a880e726be1 |
child 232 | ec1bb552ce55 |
191:50af70a548f0 | 192:60b10eef975d |
---|---|
19 |
19 |
20 Now that this is complete, you can run pymove3d in that environment:: |
20 Now that this is complete, you can run pymove3d in that environment:: |
21 |
21 |
22 python ./pymove3d.py |
22 python ./pymove3d.py |
23 |
23 |
24 Testing and developing is done with:: |
|
25 |
|
26 pip install -r requirements-dev.txt |
|
27 |
|
28 Now you have additional packages for development and testing: |
|
29 |
|
30 - pep8 |
|
31 - py.test |
|
32 - selenium |
|
33 |
|
24 |
34 |
25 |
35 |
26 |
36 |