Skip to content

Commit ca5d91e

Browse files
committed
Update CONTRIBUTING.md
1 parent fe7d6c5 commit ca5d91e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Follow the installation instructions from the [official uv documentation](https:
5050

5151
```bash
5252
make install-dev-deps
53+
source .venv/bin/activate # On Unix/macOS
54+
# .venv\Scripts\activate # On Windows
5355
make pre-commit-install # Optional: to run pre-commit hooks
54-
source .venv/bin/activate # On Unix/macOS
55-
.venv\Scripts\activate # On Windows
5656
```
5757

5858
4. (Optional) Documentation
@@ -173,4 +173,4 @@ If you are interested in contributing or modifying the documentation, please ref
173173
[help-wanted]: https://github.com/GazzolaLab/PyElastica/labels/help%20wanted
174174

175175
[numpydoc-guideline]: https://numpydoc.readthedocs.io/en/latest/format.html
176-
[docs-readme]: https://github.com/GazzolaLab/PyElastica/blob/master/docs/README.md
176+
[docs-readme]: https://github.com/GazzolaLab/PyElastica/blob/master/docs/README.md

0 commit comments

Comments
 (0)