Make sure gcloud init has been called to set up google credentials. Also points to project: artistannamir
% pyenv install 3.10.5 % pyenv local 3.10.5 % python -m venv env % source env/bin/activate % pip install -r requirements.txt
- Run locally:
% main.py
- To deploy the application:
% gcloud config set project festive-flight-109023
% gcloud app deploy
You can stream logs from the command line by running: $ gcloud app logs tail -s default
To view your application in the web browser run: $ gcloud app browse