We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9cc06 commit 596bffbCopy full SHA for 596bffb
1 file changed
py/readme.md
@@ -4,10 +4,18 @@ python jobclient and jobserver for the GNU make tokenpool protocol
4
5
## install
6
7
+install from [github](https://github.com/milahu/gnumake-tokenpool)
8
+
9
```
10
pip install git+https://github.com/milahu/gnumake-tokenpool
11
12
13
+or install from [pypi](https://pypi.org/project/gnumake-tokenpool/)
14
15
+```
16
+pip install gnumake-tokenpool
17
18
19
## usage
20
21
```py
0 commit comments