Skip to content

Commit

Permalink
update contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Dec 23, 2024
1 parent c653a57 commit d2dfa0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ Here's how you can set up your local development environment to contribute.
uv venv -p 3.12 --seed
```
4. Activate it. On Linux, this is `. .venv/bin/activate`, on Windows `.\.venv\Scripts\activate`.
2. Install Narwhals: `uv pip install -e ".[dev, docs]"`
2. Install Narwhals: `uv pip install -e ".[dev, docs]"`. If you also want to test Dask , PySpark, and
Modin, you can install them too with `uv pip install -e ".[dev, docs, extra]"`.
3. Install a fork of griffe:
```
uv pip install git+https://github.com/MarcoGorelli/griffe.git@no-overloads
Expand Down

0 comments on commit d2dfa0a

Please sign in to comment.