#### 配置git ssh
- 生成:ssh-keygen -t rsa -b 4096 -C "1049598673@qq.com"
- cd /home/.ssh
- cat id_rsa.pub
- 这里配置:https://github.com/settings/keys
#### conda环境
- 创建:conda create -n base_capability python=3.9
- cd /data/python_project
- git clone git@x.x.x.x:yangxy/basecapability.git
- conda activate base_capability
- cd basecapability/
- pip install -r requirements.txt --use-pep517 -i https://pypi.tuna.tsinghua.edu.cn/simple