Skip to content

Commit

Permalink
improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland committed Sep 26, 2024
1 parent e2de000 commit 97b2db1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ Python as a network service.
## Development

- install `poetry` via `pipx`
- install dependencies with `poetry install`
- activate the virtual environment managed by poetry via `poetry shell`
Note that on some environments this command may cause collissions with
configured keyboard shortcuts. If there are problems, you can source
the environment variables from the autogenerated venv with:
`source $(poetry env info --path)/bin/activate`
- install dependencies into the activated environment with `poetry install`
- run the example via `python cmd/fhttp/main.py`
- deactivate the virtual environment with `exit`

0 comments on commit 97b2db1

Please sign in to comment.