From dd1d9cff2b6c4865d343a06ab3c9d4c369ee7446 Mon Sep 17 00:00:00 2001 From: forest Date: Mon, 11 Apr 2022 19:29:21 -0500 Subject: [PATCH] add pipenv trouble shooting notes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bf75c22..3fa0cca 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ pipenv install pipenv run flask run ``` +``` +# these are some notes I kept related to pipenv troubleshooting: +python3 -m pip uninstall pipenv +python3 -m pip uninstall virtualenv +python3 -m pip install pipenv +python3 -m pipenv install +``` + Interested in learning more? How about a trip to the the `docs/` folder: - [**Setting up capsul-flask locally**](./docs/local-set-up.md)