- Install pyenv
- Install python 3.12
pyenv install 3.12 - Create a virtual env
pyenv virtualenv 3.12 <venv name> - Activate the virtual env
pyenv activate <venv name> - Install using pipenv
pipenv install flask --app server runto run the server
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|