Skip to content

Commit 8c39f98

Browse files
committed
update README some more
1 parent 96ea188 commit 8c39f98

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ pynux
55

66
python function library for working with nuxeo "REST" APIs.
77

8-
## Install
8+
## Install / Upgrade
9+
10+
latest release
11+
12+
```
13+
pip install https://github.com/ucldc/pynux/tarball/master --upgrade
14+
```
15+
16+
its possible you might need a latter day `pip`
917

1018
```
11-
pip install https://github.com/ucldc/pynux/tarball/master
19+
pip install --upgrade pip
1220
```
1321

1422
```

0 commit comments

Comments
 (0)