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