Skip to content

Commit df64ed6

Browse files
authored
docs: add installation of basic Python dependencies to CONTRIBUTING.md (#3053)
Closes #3052
1 parent 28982c2 commit df64ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ individual READMEs for additional dependencies. In general, that
368368
means all projects can be built as follows:
369369

370370
```shell
371+
$ mamba install --file ci/conda_env_python.txt
371372
$ cd python/adbc_driver_manager
372373
$ pip install -e .
373374
```

0 commit comments

Comments
 (0)