Last change
on this file since 17949 was
11528,
checked in by uli, 11 years ago
|
Tell at least a bit about install and testing.
|
File size:
507 bytes
|
Line | |
---|
1 | pyfprint |
---|
2 | ******** |
---|
3 | |
---|
4 | A Python wrapper around the Linux libfprint library for fingerprint |
---|
5 | scanners. |
---|
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
TracBrowser for help on using the repository browser.