Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit deb9c96

Browse files
committed
Minor update to README.md of open source release of Python Cloud Debugger
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=108649334
1 parent c37020b commit deb9c96

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ The easiest way to install the Python Cloud Debugger is with PyPI:
5151
pip install google-python-cloud-debugger
5252
```
5353

54-
Alternatively, download the *egg* package from Releases and install the debugger
55-
agent with:
54+
Alternatively, download the *egg* package from
55+
[Releases](https://github.com/GoogleCloudPlatform/cloud-debug-python/releases)
56+
and install the debugger agent with:
5657

5758
```shell
5859
easy_install google_python_cloud_debugger-py2.7-linux-x86_64.egg
@@ -66,6 +67,7 @@ script):
6667
git clone https://github.com/GoogleCloudPlatform/cloud-debug-python.git
6768
cd cloud-debug-python/src/
6869
./build.sh
70+
easy_install dist/google_python_cloud_debugger-*.egg
6971
```
7072

7173
## Setup

0 commit comments

Comments
 (0)