Commit cd3ad8c3 by Grey Li Committed by Bryce Drennan

Update README for pipenv command name (#1343)

remove --> uninstall
parent 8db84540
...@@ -245,9 +245,9 @@ can lead to compatibility issues. ...@@ -245,9 +245,9 @@ can lead to compatibility issues.
Also, you have to explicitly tell it to not update the locked packages when you Also, you have to explicitly tell it to not update the locked packages when you
install new ones. This should be the default. install new ones. This should be the default.
#### Remove command #### Uninstall command
The `remove` command will only remove the package specified but not its dependencies The `uninstall` command will only remove the package specified but not its dependencies
if they are no longer needed. if they are no longer needed.
You either have to use `sync` or `clean` to fix that. You either have to use `sync` or `clean` to fix that.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment