How to enable spell checking for German in PyCharm
Download German dictionary http://www.winedt.org/dict.html Unzip Put de_neu.dic into your project folder Preferences -> Editor -> Spelling -> Add Custom dictionary Select path for de_neu.dic Open Ok
Download German dictionary http://www.winedt.org/dict.html Unzip Put de_neu.dic into your project folder Preferences -> Editor -> Spelling -> Add Custom dictionary Select path for de_neu.dic Open Ok
If You already read Python pip and virtualenv you are familiar with the way python handles requirements. but lo and behoild there is a new kid in town or actually two new kids on the block: Pipfile and Pipenv – both with with a capital “P”. If you are tired of creating and maintaining…