Adding sudo to installation of test dependencies, for consistency with installation of main dependencies.
This commit is contained in:
parent
626dd66254
commit
965dd1aabe
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ If you'd like to see the available command-line arguments, view the help:
|
|||
|
||||
To install test-specific dependencies, first run:
|
||||
|
||||
python setup.py test
|
||||
sudo python setup.py test
|
||||
|
||||
To actually run tests, run:
|
||||
|
||||
|
|
Loading…
Reference in a new issue