Skip to content

Commit 1df197a

Browse files
committed
add quick development notes
1 parent 713ab88 commit 1df197a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Alternatively, you may install the most recent, but potentially unstable, develo
3232
$ pip install git+https://github.com/qbreader/python-module.git
3333
```
3434

35+
### Developing with Poetry
36+
37+
1. [Install poetry](https://python-poetry.org/docs/#installation).
38+
2. Run `poetry install`
39+
3. After making changes, run `poetry run pytest`
40+
- You can also run individual files with `poetry run python your_file.py`
41+
3542
## A quick glance
3643

3744
```py

0 commit comments

Comments
 (0)