1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

remove --upgrade from pip install

This commit is contained in:
Kelly Brazil
2020-06-12 07:57:40 -07:00
parent 04d2eec558
commit a8837e1244

View File

@ -74,7 +74,7 @@ There are several ways to get `jc`. You can install via `pip`; other OS package
### Pip (macOS, linux, unix, Windows)
```
$ pip3 install --upgrade jc
$ pip3 install jc
```
### OS Package Repositories