To install python on Windows you can:
- Write
pythonin a windows terminal. This will automatically open python in Microsoft Store. - You can directly open Microsoft Store and search python.
- Install the latest python that you can find.
For installing pipenv on your system use the following command.
pip install pipenv
⚠️ You can also directly use ./make.bat to setup virtualenv on your windows terminal.
Skip the following steps below if you are using ./make.bat to setup virtualenv
Use following command to setup python virtual environment for building docs.
python -m pipenv updateUse following command to enter python virtual environment.
python -m pipenv shellAfter successfully following the setup you have proper environment setup to build vicharak-docs.
Follow the Editing Guide for more information.



