Skip to content

Commit d637cd1

Browse files
committed
docs: Make developmental releases installation commands consistent with main installation format
1 parent 3249d5d commit d637cd1

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
@@ -29,13 +29,13 @@ Installation options:
2929
- Via pip (pre-release versions):
3030

3131
```console
32-
$ pip install --user --upgrade --pre libvcs
32+
$ python -m pip install --upgrade --pre libvcs
3333
```
3434

3535
- Via trunk (development version, may be unstable):
3636

3737
```console
38-
$ pip install --user -e git+https://github.com/vcs-python/libvcs.git#egg=libvcs
38+
$ python -m pip install -e git+https://github.com/vcs-python/libvcs.git#egg=libvcs
3939
```
4040

4141
[pip]: https://pip.pypa.io/en/stable/

0 commit comments

Comments
 (0)