Skip to content

Commit ea42150

Browse files
committed
Improve README with install and test instructions
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent cca4969 commit ea42150

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,23 @@ Build and tests status
1616
| :target: https://travis-ci.org/package-url/purl-python.png |
1717
| :alt: Linux Master branch tests status |
1818
+------------------------------------------------------------------------------+
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

Comments
 (0)