- Python 3.11 or higher
- Git
- Clone the repo
git clone https://github.com/aworkaround/dev-containers-demo - Go to directory
cd dev-containers-demo - Rename or copy .env.example file
cp .env.example .env - Update the file content if needed
code .env - Install Poetry
pip3 install poetry - For Linux
sudo apt install python3-pip python3-poetry -y - Install Requirements
poetry install - Run the Code
poetry run flask run