mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Update docs for tilde-equals in package versions
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@ You can specify versions of a package using the [Semantic Versioning scheme](htt
|
||||
|
||||
For example, to install requests you can use:
|
||||
|
||||
$ pipenv install requests~=1.2
|
||||
$ pipenv install requests~=1.1
|
||||
|
||||
Pipenv will install version `1.2` and any minor update, but not `2.0`.
|
||||
Pipenv will install version `1.2` as it is a minor update, but not `2.0`.
|
||||
|
||||
This will update your `Pipfile` to reflect this requirement, automatically.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user