Skip to content

Commit f95f1b2

Browse files
committed
Explicitly suggest pip install
1 parent 5c02bc5 commit f95f1b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devtools/gearbox/quickstart/template/README.rst_tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ you would include information such as the information below:
44
Installation and Setup
55
======================
66

7-
Install ``{{project}}`` using the setup.py script::
7+
Install ``{{project}}`` in editable mode with pip::
88

99
$ cd {{project}}
10-
$ python setup.py develop
10+
$ python -m pip install -e .[testing]
1111

1212
Create the project database for any model classes defined::
1313

0 commit comments

Comments
 (0)