tavurth / now-python-sample

Home Page:https://now-python-sample.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://now-python-sample.now.sh


Languages

Language:Python 57.6%Language:Shell 32.4%Language:HTML 10.0%