sudo pacman -S python python-pip python-pipenv enchant aspell nuspell voikko hspellsudo apt install -y python3 python3-pip libenchant-2-dev libenchant-2-voikko aspell nuspell hspellFor installing pipenv on your system use the following command.
⚠️ Not required for ArchLinux
pip install pipenvUse following command to setup python virtual environment for building docs.
pipenv updateUse following command to enter python virtual environment.
pipenv shellAfter successfully following the setup you have proper environment setup to build vicharak-docs.
Follow the Editing Guide for more information.