doc: adding some more hatch info to CONTRIBUTING.md (#8201)

* adding some more hatch info to CONTRIBUTING.md

* nit
This commit is contained in:
David S. Batista 2024-08-13 15:36:41 +02:00 committed by GitHub
parent ab7eb25856
commit c4be8370c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,6 +158,12 @@ $ hatch --version
Hatch, version 1.9.3
```
You can create a new virtual environment for Haystack with `hatch` by running:
```console
$ hatch shell
```
### Clone the git repository
You won't be able to make changes directly to this repo, so the first step is to [create a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).