We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7019ce commit afa8a88Copy full SHA for afa8a88
CONTRIBUTING.md
@@ -53,6 +53,17 @@ terminal from inside the top level of the arcade directory:
53
pip install -e .[dev]
54
```
55
56
+If you get an error like the one below, you probably need to update your pip version:
57
+```
58
+ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/user/Projects/arcade
59
+(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)
60
61
+
62
+Upgrade by running the following command:
63
+```shell
64
+pip install --upgrade pip
65
66
67
## Testing
68
69
You should test your changes locally before submitting a pull request
0 commit comments