コンテンツにスキップ

Python

github のリポジトリを pip install する

https
pip install git+https://github.com/(アカウント名)/(リポジトリ名).git@(ブランチ名)
ssh
pip install git+ssh://git@github.com/(アカウント名)/(リポジトリ名).git@(ブランチ名)