Skip to content

Commit 7e7d68b

Browse files
committed
Use pip install -e rather than setup.py develop.
1 parent e116367 commit 7e7d68b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.spell-dict

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ CSS
2727
dedent
2828
deliminators
2929
deregister
30-
dependancies
3130
Dmitry
3231
docdata
3332
ElementTree

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ working copy into the environment in [Development Mode] after activating the
281281
virtual environment for the first time:
282282

283283
```sh
284-
python setup.py develop
284+
pip install --editable .
285285
```
286286

287287
Now any saved changes will immediately be available within the virtual

0 commit comments

Comments
 (0)