Document upgrade to Readme

I'm sure it could be further documented in the readme, but here's at least a basic start.
This commit is contained in:
Jeff Widman
2023-08-01 20:33:33 -07:00
committed by GitHub
parent 2941c06240
commit 42d244eb96
+2
View File
@@ -218,6 +218,8 @@ Usage
sync Installs all packages specified in Pipfile.lock.
uninstall Uninstalls a provided package and removes it from Pipfile.
update Runs lock, then sync.
upgrade Update the lock of the specified dependency / sub-dependency,
but does not actually install the packages.
verify Verify the hash in Pipfile.lock is up-to-date.