feat: add requirements.txt
This commit is contained in:
parent
9d3b42a300
commit
f2cc7e59ac
@ -6,6 +6,7 @@
|
|||||||
```bash
|
```bash
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
fastapi[standard]==0.115.0
|
||||||
|
git+https://github.com/simcminmax/simcrunner.git
|
Loading…
x
Reference in New Issue
Block a user