Skip to content

Commit afa8a88

Browse files
authored
Add pip upgrade to install instructions (#1585)
1 parent a7019ce commit afa8a88

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ terminal from inside the top level of the arcade directory:
5353
pip install -e .[dev]
5454
```
5555

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+
5667
## Testing
5768

5869
You should test your changes locally before submitting a pull request

0 commit comments

Comments
 (0)