rcf49 / draft_zone

Sandbox of code snippets for future reference
https://rcf49.github.io/draft_zone/
0 stars 0 forks source link

draft_zone

Sandbox of code snippets for future reference.

This also includes a test web page to play around with HTML: https://rcf49.github.io/draft_zone/

Python Virtual Environment

py -m venv draft_zone_venv
source draft_zone_venv/Scripts/activate
py -m pip install --upgrade pip
pip install -r requirements.txt