Skip to content

Commit e9953e8

Browse files
committed
fix docs
1 parent f63c7e1 commit e9953e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Ready to contribute? Here's how to set up `drf-turbo` for local development.
6464

6565
$ git clone [email protected]:your_name_here/drf-turbo.git
6666

67-
3. Change into the `drf-turbo` directory and run `python setup.py develop`.
67+
3. Change into the `drf-turbo` directory and run `python setup.py develop`::
6868
6969
$ cd drf_turbo/
7070
$ python setup.py develop
@@ -75,7 +75,7 @@ Ready to contribute? Here's how to set up `drf-turbo` for local development.
7575

7676
Now you can make your changes locally.
7777

78-
5. The next step would be to run the test cases. Before you run runtests you should ensure all dependencies are installed
78+
5. When you're done making changes, check that your changes pass flake8,black,isort and the tests. you should ensure all dependencies are installed::
7979

8080
$ pip install -r requirements_dev.txt
8181
$ python3 runtests.py

0 commit comments

Comments
 (0)