Skip to content

Commit b6b12c2

Browse files
committed
update docs
1 parent c77986b commit b6b12c2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/Development.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
Create a virtualenv and install the dependencies:
66

7-
virtualenv env
8-
source env/bin/activate
9-
pip install -r requirements.txt
7+
```bash
8+
virtualenv env
9+
source env/bin/activate
10+
pip install -r requirements.txt
11+
```
1012

1113
The service is written using FastAPI and runs inside of Uvicorn. You can start a dev server quickly with the `run.sh` helper script:
1214

@@ -54,7 +56,7 @@ docker buildx build --platform linux/amd64,linux/arm64 --build-arg GIT_TAG=$VERS
5456

5557
After creating a new release, remember to update the version in `pyproject.toml`, then:
5658

57-
```
59+
```bash
5860
pip install build twine
5961
python -m build
6062
python -m twine upload dist/*

0 commit comments

Comments
 (0)