Now python sample

The simplest way I’ve found to run python on the internet

Usage

To start

git clone git@github.com:tavurth/now-python-sample.git
cd now-python-sample

If you want to deploy

npm i -g vercel
vercel

If you want dev mode

npm i -g nodemon # Needs npm
pip3 install -r requirements.txt
./dev.sh