add pipenv trouble shooting notes

This commit is contained in:
forest 2022-04-11 19:29:21 -05:00
parent 94cd846355
commit dd1d9cff2b
1 changed files with 8 additions and 0 deletions

View File

@ -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)