Skip to content

Commit

Permalink
add missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Jun 26, 2023
1 parent e9719d4 commit 435477a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ python -m pip install -e runtime/eoapi/{SERVICE} # SERVICE should be one of `ra

export DATABASE_URL=postgresql://username:[email protected]:5439/postgis # Connect to the database of your choice

.venv/bin/uvicorn eoapi.{SERVICE}.app:app --port 8000 --reload --reload-include *.html
.venv/bin/uvicorn eoapi.${SERVICE}.app:app --port 8000 --reload --reload-include *.html
```

Note: services might have incompatible dependencies which you can resolve by using virtual environement per service
Expand Down

0 comments on commit 435477a

Please sign in to comment.