I've tried to setup windwos-curses
as first step and it completes fine.
python -m pip install windows-curses
Also the following
python -m pip install bpython
does not show any problems.
Unfortunately running bpython
results in a
ModuleNotFoundError: No module named 'fcntl'
Does it mean that bpython
is not running on Windows 10 or is there another option for the installation here?