added script for enabling venv and adding its stuff
This commit is contained in:
11
enable-venv.sh
Normal file
11
enable-venv.sh
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
python3 -m venv .env
|
||||||
|
|
||||||
|
source .env/bin/activate
|
||||||
|
|
||||||
|
pip install uvicorn fastapi pydantic sqlalchemy
|
||||||
|
|
||||||
|
cd $(pwd)/src/
|
||||||
|
|
||||||
|
python3 main.py
|
||||||
Reference in New Issue
Block a user