mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
Removed sudo from pip install hitch, since the test invoker strictly speaking does not need to be run globally.
This commit is contained in:
parent
a8836b390b
commit
4f68d3eb2a
|
@ -159,7 +159,7 @@ N.B. The integration tests will not run on Windows.
|
|||
|
||||
To install the test runner::
|
||||
|
||||
$ sudo pip install hitch
|
||||
$ pip install hitch
|
||||
|
||||
To run the tests, enter the {{cookiecutter.repo_name}}/tests directory and run the following commands::
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user