Skip to content

Commit 596bffb

Browse files
committed
py: add install from pypi
1 parent 9b9cc06 commit 596bffb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

py/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ python jobclient and jobserver for the GNU make tokenpool protocol
44

55
## install
66

7+
install from [github](https://github.com/milahu/gnumake-tokenpool)
8+
79
```
810
pip install git+https://github.com/milahu/gnumake-tokenpool
911
```
1012

13+
or install from [pypi](https://pypi.org/project/gnumake-tokenpool/)
14+
15+
```
16+
pip install gnumake-tokenpool
17+
```
18+
1119
## usage
1220

1321
```py

0 commit comments

Comments
 (0)