Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Official documentation
If you just want to **use** the library
(not contribute to it),
check out the official documentation:
http://jgeewax.github.io/gcloud/documentation/
http://GoogleCloudPlatform.github.io/gcloud-python/documentation/

Incredibly quick demo
---------------------

Start by cloning the repository::

$ git clone git://github.com/jgeewax/gcloud.git
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git
$ cd gcloud
$ python setup.py develop

Expand All @@ -38,16 +38,16 @@ How do I build the docs?

Make sure you have ``sphinx`` installed and::

$ git clone git://github.com/jgeewax/gcloud.git
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git
$ pip install sphinx
$ cd gcloud/docs
$ cd gcloud-python/docs
$ make html

How do I run the tests?
-----------------------

Make sure you have ``nose`` installed and::

$ git clone git://github.com/jgeewax/gcloud.git
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git
$ pip install unittest2 nose
$ nosetests