Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 610 Bytes

installation.rst

File metadata and controls

24 lines (16 loc) · 610 Bytes

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