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