Changeset 11528 for main/pyfprint


Ignore:
Timestamp:
18 Mar 2014, 23:39:15 (11 years ago)
Author:
uli
Message:

Tell at least a bit about install and testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/pyfprint/trunk/README.rst

    r11526 r11528  
    55scanners.
    66
     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 TracChangeset for help on using the changeset viewer.