ha
git clone https://github.com//environments_mpm.git
-用来clone github 上的代码。
conda env create -f environment.yml
-用来activate 大环境
conda activate envtest
pip install -e
-激活envtest package
pip install -r requirements.txt
-下载需要的库函数
python scripts/random_number_array.py
-运行程序
git push
-push
哈哈



