File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Python 3.9+
1919If the python package is hosted on a repository, you can install directly using:
2020
2121``` sh
22- pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git
22+ pip install git+https://github.com/bandwidth/python-sdk .git
2323```
24- (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git ` )
24+ (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/bandwidth/python-sdk .git ` )
2525
2626Then import the package:
2727``` python
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ if [ "$git_host" = "" ]; then
1414fi
1515
1616if [ " $git_user_id " = " " ]; then
17- git_user_id=" GIT_USER_ID "
17+ git_user_id=" bandwidth "
1818 echo " [INFO] No command line input provided. Set \$ git_user_id to $git_user_id "
1919fi
2020
2121if [ " $git_repo_id " = " " ]; then
22- git_repo_id=" GIT_REPO_ID "
22+ git_repo_id=" python-sdk "
2323 echo " [INFO] No command line input provided. Set \$ git_repo_id to $git_repo_id "
2424fi
2525
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies = [
1717]
1818
1919[project .urls ]
20- Repository = " https://github.com/GIT_USER_ID/GIT_REPO_ID "
20+ Repository = " https://github.com/bandwidth/python-sdk "
2121
2222[tool .poetry ]
2323requires-poetry = " >=2.0"
You can’t perform that action at this time.
0 commit comments