Skip to content

Commit 3249d5d

Browse files
committed
docs: Update installation commands to use python -m pip
1 parent 1600f96 commit 3249d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
For latest official version:
88

99
```console
10-
$ pip install --user libvcs
10+
$ python -m pip install libvcs
1111
```
1212

1313
Upgrading:
1414

1515
```console
16-
$ pip install --user --upgrade libvcs
16+
$ python -m pip install --upgrade libvcs
1717
```
1818

1919
(developmental-releases)=

0 commit comments

Comments
 (0)