Skip to content

Commit

Permalink
docs: Update Development section
Browse files Browse the repository at this point in the history
  • Loading branch information
kvankova committed Nov 7, 2024
1 parent cdf849f commit e49cb91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ We welcome contributions to improve this tool!
1. Fork this project
1. Install [poetry](https://python-poetry.org/docs/#installation)
1. Install the dependencies by using the following command:
```bash
poetry install --with dev
```
```bash
poetry install --with dev
```
1. Make changes to the code and run the tests to make sure everything works as expected. ✅
```bash
poetry run pytest
```
```bash
poetry run pytest
```
1. Commit your changes, push them to the repository 🚀, and open a new pull request.

0 comments on commit e49cb91

Please sign in to comment.