A Python Tutotial app
Go to file
Jimmy 402a92cf25 Restart unless stopped 2021-12-14 00:50:43 +13:00
notebooks Add Titles 2021-12-11 18:19:48 +13:00
src Add main.py 2021-11-08 21:20:51 +13:00
.gitignore Ignore .jupyter .local. ipython 2021-12-11 18:18:15 +13:00
Dockerfile Add Docker 2021-12-11 18:16:02 +13:00
LICENSE Initial commit 2021-11-08 06:03:12 +00:00
Pipfile Add watch 2021-11-08 21:22:06 +13:00
Pipfile.lock Intial commit 2021-11-08 20:51:24 +13:00
README.md Add setup instructions 2021-11-08 21:21:09 +13:00
docker-compose.yml Restart unless stopped 2021-12-14 00:50:43 +13:00

README.md

PicoFumi

A Python Tutorial app

Installing Python

You will need Python 3.9

Window

Either get it on the Microsoft Store or down load it here

Apt

sudo apt install python3.9 python3-pip

Yum

sudo yum install python3.9 python3-pip

Mac

Download it here

Install pipenv

On Windows open Powershell On Linux or Mac open the terminal

pip install pipenv

Install

pipenv lock

pipenv sync

Run Jupyter

pipenv run jupyter