From 89c6af2c342ba4d490bbddcbcaa0a9ff30bac599 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 15 May 2023 21:13:49 -0700 Subject: [PATCH] formatting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 05b6553..050f9b6 100644 --- a/README.md +++ b/README.md @@ -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 ../../../../