Skip to content

Commit d5e5bbf

Browse files
Update README.md
1 parent 4d80f8b commit d5e5bbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ If the python package is hosted on Github, you can install directly from Github
2525
```sh
2626
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
2727
```
28+
```sh
29+
pip3 install git+https://github.com/launchdarkly/api-client-python.git
30+
```
2831
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
2932

3033
Then import the package:

0 commit comments

Comments
 (0)