Doublegram Grow Prerequisites

This documentation is for the old version of the tool. The new documentation will be available soon.
  1. Install Python (version >= 3.8):
    • If you're using macOS, Python should be preinstalled.
      You can verify by running the command:
      python3 --version
      in Terminal. If it returns a Python version (preferably >= 3.8), it means it's already installed.
    • For Windows, download Python and make sure to add it to PATH during installation.
    • On Linux, many systems already have Python installed by default. You can check for Python's presence by typing python3 --version in the terminal.
  2. Install PIP in Python:

    PIP is a package manager for Python that simplifies the installation and management of Python modules.
    Usually, PIP is installed along with Python.

    • You can check for the presence of PIP by running the command
      pip --version
      in Terminal or Command Prompt.
    • If PIP is not installed, you can install it by following one of the methods listed here: Pip installation.
  3. Install required PIP modules:

    After installing Python and PIP, install the required modules by running the following command:

    • pip install -r requirements.txt