Skip to content

Commit dfead2e

Browse files
committed
Improve contributing.md
1 parent 34c8949 commit dfead2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs/docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The PyIceberg Project is hosted on GitHub at <https://github.com/apache/iceberg-
3737
For the development, Poetry is used for packing and dependency management. You can install this using:
3838

3939
```bash
40-
pip install poetry
40+
make install-poetry
4141
```
4242

4343
Make sure you're using an up-to-date environment from venv
@@ -48,7 +48,7 @@ python -m venv ./venv
4848
source ./venv/bin/activate
4949
```
5050

51-
To get started, you can run `make install`, which installs Poetry and all the dependencies of the Iceberg library. This also installs the development dependencies. If you don't want to install the development dependencies, you need to install using `poetry install --no-dev`.
51+
To get started, you can run `make install`, which installs all the dependencies of the Iceberg library. This also installs the development dependencies. If you don't want to install the development dependencies, you need to install using `poetry install --no-dev` instead of `make install`.
5252

5353
If you want to install the library on the host, you can simply run `pip3 install -e .`. If you wish to use a virtual environment, you can run `poetry shell`. Poetry will open up a virtual environment with all the dependencies set.
5454

0 commit comments

Comments
 (0)