Added note for an issue on Apple Chip Macs.

Andrei Akopian 2023-06-18 03:07:59 -04:00
parent 674ead5520
commit cfcf9169e1

@ -77,6 +77,7 @@ With the Windows PyInstaller package the enchant dictionary files are stored und
# Mac OS X
Follow the same process that is explained in the Windows section.
Note for M1/M2 Macs: pyenchant is a wrapper for the C library "enchant" which also has to be installed, you might be are experiencing issues with installing/getting it to work on an M chip Mac. Full description of the issue and potential solutions can be found here: https://github.com/pyenchant/pyenchant/issues/265
# Troubleshooting