diff options
author | blendoit <blendoit@gmail.com> | 2020-01-22 19:39:58 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-22 19:39:58 -0800 |
commit | 44e34363675b39c9dc465568abe5b6117dcc12ef (patch) | |
tree | 84d69c850337ae2a5c9ef281b4ed25d968bd7db7 | |
parent | abebbc697fd8808631744d5137f72961b2245658 (diff) |
Link typo.
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ ** =Pipfile= Inspecting this file reveals the Python dependencies required by the Flask application. - The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https:github.com/pypa/pipenv][the official pipenv page]]. + The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https:github.com/pypa/pipenvsimply][the official pipenv page]]. ** =Pipfile.lock= This file contains checksums for the packages installed via =pipenv=. |