Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
3 of 7
Forgot $ from the first pip command.
Jaakko
  • 5.5k
  • 3
  • 30
  • 20

Instructions to install from private repo using git credentials.

For usage:

$ pip install git+ssh://[email protected]/myuser/foo.git@my_version

For development:

$ git clone [email protected]/myuser/foo.git@my_version
$ pip install --editable ./
Jaakko
  • 5.5k
  • 3
  • 30
  • 20