Closed StardustDL closed 5 years ago
When install with pip, ecr will raise ImportError for "pygments" not found.
BTW, add installing and running test for next version? Because in this version, the tests are not runnable.
Fixed the bug "no module pygments".
Because it use prompt_toolkit, using pytest will raise some error, so it use shellscript to test installing and using. There will be more tests in the future.
When install with pip, ecr will raise ImportError for "pygments" not found.
BTW, add installing and running test for next version? Because in this version, the tests are not runnable.