From e49cb91114fb3cfbf98a080ca9041537d68ded0a Mon Sep 17 00:00:00 2001 From: Katerina Vankova Date: Thu, 7 Nov 2024 15:51:44 +0100 Subject: [PATCH] docs: Update Development section --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1fd0c92..f0246cb 100644 --- a/README.md +++ b/README.md @@ -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.