- Python 3.10
- Git
- Tesseract (for OCR)
- Download the Python 3.10 Binary File: https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe
- Follow the steps for Installation here: https://www.digitalocean.com/community/tutorials/install-python-windows-10
- Download the Python 3.10 Package Installer: https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg
- Follow the steps for Installation here: https://www.codingforentrepreneurs.com/guides/install-python-on-macos/
- Open Terminal and type the following command:
sudo apt install python3.10-full
- Download system appropriate binary (exe) file from here: https://git-scm.com/download/win
- Install the setup file.
- Follow the steps here: https://git-scm.com/download/mac
- Follow the steps here: https://git-scm.com/download/linux
- Download the following binary (.exe) file: Tesseract Setup
- Run the downloaded file to install Tesseract OCR
- Add Tesseract to User and System PATH variable.
- See Step 5 and 6 in https://linuxhint.com/install-tesseract-windows/
- Follow the OS Specific installation here: https://tesseract-ocr.github.io/tessdoc/Installation.html
- Follow this guide: https://www.xda-developers.com/how-install-nvm-windows/
- Follow the OS Specific installation here: https://collabnix.com/how-to-install-and-configure-nvm-on-mac-os/