Browse Source

update pipenv docs link

Steven Silvester 6 years ago
parent
commit
62207fdb4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -79,7 +79,7 @@ Adding `--user` after `pip install` will install the files to a local user insta
 
 #### pipenv
 
-`Pipenv` provides users and developers of applications with an easy method to setup a working environment, however Python must be installed first. See the [pipenv installation documentation](https://docs.pipenv.org/install) to use Pipenv if it is not installed.
+`Pipenv` provides users and developers of applications with an easy method to setup a working environment, however Python must be installed first. See the [pipenv installation documentation](https://docs.pipenv.org/en/latest/install/) to use Pipenv if it is not installed.
 
 `pipenv` can be installed as: