googleapis / packman

Google API package creator
https://npmjs.com/package/googleapis-packman
Apache License 2.0
13 stars 18 forks source link

[Python] Simplify installation instructions #91

Open bjwatson opened 8 years ago

bjwatson commented 8 years ago

What:

Revise http://pythonhosted.org/gax-google-pubsub-v1/starting.html#installation as follows:

Installation
-----------

..code-block:: console

    pip install gax-google-pubsub-v1
It's recommended to use virtualenv(link).
For OS X / Linux::
    ...
For windows::
    ...

@jonparrott recommends the Request documentation as a good example.

Why:

In general, we should just show the simplest thing first (see https://googlecloudplatform.github.io/gcloud-python/stable/).

How:

This is controlled by either or both of:

Remove one of these if it's dead code.