Changeset 11528 for main/pyfprint/trunk
- Timestamp:
- 18 Mar 2014, 23:39:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/pyfprint/trunk/README.rst
r11526 r11528 5 5 scanners. 6 6 7 You therefore have to install `libfprint`. 8 9 10 Install 11 ======= 12 13 Create a `virtualenv` and activate it. Afterwards, to install all 14 required packages for a devel build, do:: 15 16 (py27)$ python setup.py dev 17 18 To run tests, do:: 19 20 (py27)$ py.test 21 22 or:: 23 24 (py27)$ python setup.py test 25 26 27 To run tests with different Python versions, do:: 28 29 (py27)$ pip install tox 30 (py27)$ tox 31 32 Tests are right now, pretty limited.
Note: See TracChangeset for help on using the changeset viewer.