Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Aug 26, 2024
1 parent d8684be commit ebd1d78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Here's how you can set up your local development environment to contribute.
uv venv -p 3.11 --seed
```
4. Activate it. On Linux, this is `. .venv/bin/activate`, on Windows `.\.venv\Scripts\activate`.
5. Install Narwhals: `uv pip install -e .`
6. Install test requirements: `uv pip install -r requirements-dev.txt`
7. Install docs requirements: `uv pip install -r docs/requirements-docs.txt`
2. Install Narwhals: `uv pip install -e .`
3. Install test requirements: `uv pip install -r requirements-dev.txt`
4. Install docs requirements: `uv pip install -r docs/requirements-docs.txt`
You should also install pre-commit:
```
Expand Down

0 comments on commit ebd1d78

Please sign in to comment.