Skip to content

Commit 7bd6887

Browse files
committed
docs: Update Development section
1 parent 13a82e5 commit 7bd6887

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,14 @@ We welcome contributions to improve this tool!
222222
- If you want to **contribute to the code**, please pick an issue that is not assigned to anyone and comment on it, so that we know you are working on it.
223223

224224
## 🛠️ Development
225-
You can fork this project and then install the dependencies by using the following command:
225+
1. Fork this project
226+
1. Install [poetry](https://python-poetry.org/docs/#installation)
227+
1. Install the dependencies by using the following command:
226228
```bash
227-
pip install poetry==1.8.4
228229
poetry install --with dev
229230
```
230-
Make changes to the code and run the tests to make sure everything works as expected. ✅
231+
1. Make changes to the code and run the tests to make sure everything works as expected. ✅
231232
```bash
232233
poetry run pytest
233234
```
234-
Commit your changes, push them to the repository 🚀, and open a new pull request.
235+
1. Commit your changes, push them to the repository 🚀, and open a new pull request.

0 commit comments

Comments
 (0)