Installation

  1. Activate your virtual environment

  2. Install package

    Install the newest GreatX:

    # Recommended
    git clone https://github.com/EdisonLeeeee/GreatX.git && cd GreatX
    pip install -e . --verbose
    

    Or install via pip (may not contain all the new features)

    # Maybe outdated
    pip install -U greatx
    

Note

If you meet any installation problem, feel free to open an issue in the our github page