📜  从 bitbucket 导入 python 模块 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:28.619000             🧑  作者: Mango

代码示例1
# Install cutom library from Bitbucket
# You can use the url Bitbucket gives you when you request the clone url. 
# Just remember to add the git+ to it.

pip install git+https://USER_NAME@GIT_URL/PATH_TO_YOUR_REPO.git