File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Python 3.9+
4343If the python package is hosted on a repository, you can install directly using:
4444
4545``` sh
46- pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git
46+ pip install git+https://github.com/lilt/lilt-python .git
4747```
48- (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git ` )
48+ (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/lilt/lilt-python .git ` )
4949
5050Then import the package:
5151``` 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=" lilt "
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=" lilt-python "
2323 echo " [INFO] No command line input provided. Set \$ git_repo_id to $git_repo_id "
2424fi
2525
You can’t perform that action at this time.
0 commit comments