Skip to content

Commit 9ba6abd

Browse files
authored
Merge branch 'develop' into feature/astronomy
2 parents 56a5147 + 60a6634 commit 9ba6abd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ uvicorn app.main:app --reload
3535
python -m venv venv
3636
source venv/bin/activate
3737
pip install -r requirements.txt
38-
cp app/config.py.example app/configuration.py
38+
cp app/config.py.example app/config.py
3939
# Edit the variables' values.
4040
uvicorn app.main:app --reload
4141
```

requirements.txt

-1.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)