diff --git a/winbuild/build.rst b/winbuild/build.rst index 6e496b9cb..992fda58b 100644 --- a/winbuild/build.rst +++ b/winbuild/build.rst @@ -91,8 +91,8 @@ Some binary dependencies (e.g. ``fribidi.dll``) will be stored in the ``winbuild\build\bin`` directory; this directory should be added to ``PATH`` before running tests. -Build and install Pillow, then run ``python3 -m pytest Tests`` -from the root Pillow directory. +Build and install Pillow, then run ``python3 -m pytest`` from the root Pillow +directory. Example -------