Commit 0c3bbb9f authored by sim's avatar sim

Latest version of pipenv must be installed

parent 9e24bd1b
...@@ -47,7 +47,7 @@ python packages and takes care of the virtualenv and environment variables. ...@@ -47,7 +47,7 @@ python packages and takes care of the virtualenv and environment variables.
There are various ways to install `pipenv`, see its [documentation][2] for more There are various ways to install `pipenv`, see its [documentation][2] for more
insights. Here is the straightforward way: insights. Here is the straightforward way:
pip install pipenv --user pip install pipenv --user --upgrade
[1]: https://github.com/kennethreitz/pipenv [1]: https://github.com/kennethreitz/pipenv
[2]: https://docs.pipenv.org/ [2]: https://docs.pipenv.org/
......
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