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 752b59b commit 951a7b3
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 @@ -222,13 +222,13 @@ We welcome contributions to improve this tool!
- 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.

## 🛠️ Development
You can clone this project locally by using the following command:
```bash
git clone https://github.com/kvankova/code-embedder.git
cd code-embedder
```
Install the dependencies by using the following command:
You can fork this project and then install the dependencies by using the following command:
```bash
pip install poetry==1.8.4
poetry install --with dev
```
Make changes to the code and run the tests to make sure everything works as expected:
```bash
poetry run pytest
```
Commit your changes, push them to the repository 🚀, and open a new pull request.

0 comments on commit 951a7b3

Please sign in to comment.