This commit is contained in:
tavo 2024-12-24 23:21:36 -06:00
parent 8e84d36c74
commit b36b8cc2be

View file

@ -22,6 +22,12 @@ pyv enter v1 # enter venv named v1
pyv exit # exit current venv
```
## Update
```sh
git -C ~/.local/share/pyv pull
```
## Uninstall
```sh