diff --git a/README.md b/README.md index b47635a..6d00d2a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ```bash python -m venv .venv source .venv/bin/activate +pip install -r requirements.txt ``` ### Run diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0abe759 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +fastapi[standard]==0.115.0 +git+https://github.com/simcminmax/simcrunner.git