add pipenv trouble shooting notes
This commit is contained in:
parent
94cd846355
commit
dd1d9cff2b
@ -27,6 +27,14 @@ pipenv install
|
|||||||
pipenv run flask run
|
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:
|
Interested in learning more? How about a trip to the the `docs/` folder:
|
||||||
|
|
||||||
- [**Setting up capsul-flask locally**](./docs/local-set-up.md)
|
- [**Setting up capsul-flask locally**](./docs/local-set-up.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user