- You need to have Python 3.7.X installed on your machine. Otherwise you can't install robomaster over pip.
git clone https://github.com/PGtheG/SortGPT.gitcd SortGPTpython3.7 -m venv .venvsource .venv/bin/activatepip install -r requirements.txtpython main.py