Skip to content

Commit f6b2ebc

Browse files
committed
Change --no-dev to --without dev and remove venv instructions
1 parent dfead2e commit f6b2ebc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

mkdocs/docs/contributing.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,7 @@ For the development, Poetry is used for packing and dependency management. You c
4040
make install-poetry
4141
```
4242

43-
Make sure you're using an up-to-date environment from venv
44-
45-
```bash
46-
pip install --upgrade virtualenv pip
47-
python -m venv ./venv
48-
source ./venv/bin/activate
49-
```
50-
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`.
43+
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 --without dev` instead of `make install`.
5244

5345
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.
5446

0 commit comments

Comments
 (0)