摘要:
查看版本pip show 包名pip show pip > 查看pip版本python -m pip install --upgrade pip >升级pippip install 包名 >安装包安装robotframework# Install the latest version pip ins 阅读全文
摘要:
git config --global user.name yournamegit config --global user.email youremail# configure your info to be record when you commit your code, you can se 阅读全文