URL: https://sai8951.pythonanywhere.com/
Create env.
conda create -n fakethermo python=3.10
conda activate fakethermo
Package
conda install flask
python thermometer.py
You can also set up this app using pipenv
.
pipenv install
URL: https://sai8951.pythonanywhere.com/
Create env.
conda create -n fakethermo python=3.10
conda activate fakethermo
Package
conda install flask
python thermometer.py
You can also set up this app using pipenv
.
pipenv install