formatting

This commit is contained in:
2023-05-15 21:13:49 -07:00
parent 37a0247acc
commit 89c6af2c34

View File

@@ -3,13 +3,16 @@ There are many; this is mine.
## Bundling for upload
Create a virtual environment
python -m venv venv
source venv/bin/activate
Install dependencies
python -m pip install -r requirements.txt
Zip it all up
cd venv/lib/python3.10/site-packages
zip -r ../../../../urlshorten.zip .
cd ../../../../