We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca4969 commit ea42150Copy full SHA for ea42150
README.rst
@@ -16,3 +16,23 @@ Build and tests status
16
| :target: https://travis-ci.org/package-url/purl-python.png |
17
| :alt: Linux Master branch tests status |
18
+------------------------------------------------------------------------------+
19
+
20
+Install
21
+=======
22
+::
23
24
+ pip install purl-python
25
26
27
28
+Running tests
29
+=============
30
31
+install::
32
33
+ virtualenv .
34
+ bin/pip install -r requirements_tests.txt
35
36
+run tests::
37
38
+ bin/py.test -vvs
0 commit comments