source: main/pyfprint/trunk/README.rst @ 17838

Last change on this file since 17838 was 11528, checked in by uli, 11 years ago

Tell at least a bit about install and testing.

File size: 507 bytes
Line 
1pyfprint
2********
3
4A Python wrapper around the Linux libfprint library for fingerprint
5scanners.
6
7You therefore have to install `libfprint`.
8
9
10Install
11=======
12
13Create a `virtualenv` and activate it. Afterwards, to install all
14required packages for a devel build, do::
15
16  (py27)$ python setup.py dev
17
18To run tests, do::
19
20  (py27)$ py.test
21
22or::
23
24  (py27)$ python setup.py test
25
26
27To run tests with different Python versions, do::
28
29  (py27)$ pip install tox
30  (py27)$ tox
31
32Tests are right now, pretty limited.
Note: See TracBrowser for help on using the repository browser.