Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Correct the repository name in samples README. #83

Merged
merged 1 commit into from
Jul 23, 2018
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
5 changes: 3 additions & 2 deletions samples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ credentials for applications.
Install Dependencies
++++++++++++++++++++

#. Clone python-docs-samples and change directory to the sample directory you want to use.
#. Clone the repository and change directory to the sample directory.

.. code-block:: bash

$ git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
$ git clone https://github.com/dialogflow/dialogflow-python-client-v2.git
$ cd dialogflow-python-client-v2/samples

#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions.

Expand Down