We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c02bc5 commit f95f1b2Copy full SHA for f95f1b2
1 file changed
devtools/gearbox/quickstart/template/README.rst_tmpl
@@ -4,10 +4,10 @@ you would include information such as the information below:
4
Installation and Setup
5
======================
6
7
-Install ``{{project}}`` using the setup.py script::
+Install ``{{project}}`` in editable mode with pip::
8
9
$ cd {{project}}
10
- $ python setup.py develop
+ $ python -m pip install -e .[testing]
11
12
Create the project database for any model classes defined::
13
0 commit comments