This changes the suggested command from CI.py to ./CI.py to make it work in shell environments that don't include . in the PATH, which is the default for most shells. This also works on Windows, which accepts / as a path separator even though \ is the default.
This changes the suggested command from
CI.py
to./CI.py
to make it work in shell environments that don't include.
in thePATH
, which is the default for most shells. This also works on Windows, which accepts/
as a path separator even though\
is the default.