diff --git a/README.md b/README.md index b33e5bb..d2e9b6c 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,11 @@ Python 2.7 and 3.4+ ## Installation & Usage ### pip install -If the python package is hosted on Github, you can install directly from Github +To install the package from this repository: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip3 install git+https://github.com/grafeas/client-python.git#egg=Grafeas --user ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) Then import the package: ```python