diff --git a/BUILD.md b/BUILD.md index 9a4a10e..eaacaa7 100644 --- a/BUILD.md +++ b/BUILD.md @@ -19,7 +19,7 @@ python -m mitype [OPTION]... [FILE]... You'll need [windows_curses](https://pypi.org/project/windows-curses/) installed for running mitype on windows. You can install it by running the following command. ``` -pip install windows_curses +pip install windows_curses==2.3.0 ``` ## Installing from Source diff --git a/setup.cfg b/setup.cfg index 78b6c41..fe6a578 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ classifiers = [options] packages = mitype install_requires = - windows-curses; platform_system=='Windows' + windows-curses==2.3.0; platform_system=='Windows' include_package_data = True zip_safe = False