mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 20:46:31 +00:00
doc: adding some more hatch info to CONTRIBUTING.md (#8201)
* adding some more hatch info to CONTRIBUTING.md * nit
This commit is contained in:
parent
ab7eb25856
commit
c4be8370c6
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user