Skip to content

Commit 0787125

Browse files
chore: Identify OS packages to install in contribution guide(#1136)
Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
1 parent 95525ad commit 0787125

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ To get started quickly, follow the steps below.
114114
python3 --version
115115
```
116116

117-
> Note: we suggest you use `pyenv` to manage your Python versions. You can find the installation instructions [here](https://github.com/pyenv/pyenv?tab=readme-ov-file#installation).
117+
> Note: we suggest you use `pyenv` to manage your Python versions. You can find the installation instructions [here](https://github.com/pyenv/pyenv?tab=readme-ov-file#installation).
118+
119+
Also install `g++` and `python3-dev` packages as dependencies to Annoy.
118120

119121
2. Clone the project repository:
120122

0 commit comments

Comments
 (0)