You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to contribute to this project, you can install the package in **editable** mode:
115
115
116
116
```bash
117
-
pip3 install -e . --user
117
+
python3 -mpip install -e . --user
118
118
```
119
119
120
120
This will just link the package to the original location, basically meaning any changes to the original package would reflect directly in your environment ([source](https://stackoverflow.com/a/35064498)).
121
121
122
122
If you want to run the tests, you'll have to install the `pytest` package and then run:
0 commit comments