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 3249d5d commit d637cd1Copy full SHA for d637cd1
docs/quickstart.md
@@ -29,13 +29,13 @@ Installation options:
29
- Via pip (pre-release versions):
30
31
```console
32
- $ pip install --user --upgrade --pre libvcs
+ $ python -m pip install --upgrade --pre libvcs
33
```
34
35
- Via trunk (development version, may be unstable):
36
37
38
- $ pip install --user -e git+https://github.com/vcs-python/libvcs.git#egg=libvcs
+ $ python -m pip install -e git+https://github.com/vcs-python/libvcs.git#egg=libvcs
39
40
41
[pip]: https://pip.pypa.io/en/stable/
0 commit comments