diff --git a/CHANGELOG.md b/CHANGELOG.md index 407731b..b0a087d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 1.2.0 - Fixed `cannot access local variable 'is_narrow'` error when subtitle format `SRT` was selected, mentioned by @Kinasa0096 in #88. +- Improvements in code and documentation. # 1.1.9 - Fixed the issue where spaces were deleted before punctuation marks while generating subtitles. diff --git a/README.md b/README.md index 4d1f265..0f34dde 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,22 @@ This will start Abogen in command-line mode and display detailed error messages. +
+How to uninstall Abogen? + + +> - From the settings menu, go to `Open configuration directory` and delete the directory. +> - From the settings menu, go to `Open cache directory` and delete the directory. +> - If you installed abogen using pip, type: +>```bash +>pip uninstall abogen # uninstalls abogen +>pip cache purge # removes pip cache +>``` +> - If you installed using the windows installer (WINDOWS_INSTALL.bat), just remove the folder that contains Abogen. It installs everything inside `python_embedded` folder. +> - If you installed espeak-ng, you need to remove it separately. + +
+ ## `Contributing` I welcome contributions! If you have ideas for new features, improvements, or bug fixes, please fork the repository and submit a pull request. ### For developers and contributors