Using Conda to manage Python virtual environment.
- Create a new environment
conda create --name thu-helper python=3.10
- Activate the environment
conda activate thu-helper
- install packages
pip install -r requirements.txt
conda create --name thu-helper python=3.10
conda activate thu-helper
pip install -r requirements.txt