diff --git a/README.md b/README.md index 81820354..ff611a49 100644 --- a/README.md +++ b/README.md @@ -142,12 +142,18 @@ On Arch based systems, install *The Fuck* with the following command: sudo pacman -S thefuck ``` -On other systems, install *The Fuck* by using `pip`: +On other systems (including Windows), install *The Fuck* by using `pip`: ```bash pip install thefuck ``` +On Windows, if you encounter the error "ModuleNotFoundError: No module named 'imp'" when running *The Fuck*, please try the following: +```bash +pip uninstall thefuck +pip install https://github.com/nvbn/thefuck/archive/master.zip +``` + [Alternatively, you may use an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation) #