We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63002da commit b184d67Copy full SHA for b184d67
docs/getting-started.rst
@@ -20,9 +20,9 @@ try installing the ``dev`` packages beforehand::
20
21
$ sudo apt-get install python-dev libssl-dev
22
23
-If you want to install gcloud from source,
+If you want to install `gcloud-python` from source,
24
you can clone the repository from GitHub::
25
26
- $ git clone git://github.com/jgeewax/gcloud.git
27
- $ cd gcloud
+ $ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git
+ $ cd gcloud-python
28
$ python setup.py install
0 commit comments