Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

README: fix rst formatting #6

Merged
merged 1 commit into from
May 2, 2017
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
README: fix rst formatting
  • Loading branch information
proppy committed May 2, 2017
commit af528c510d6d9a1d869e022bc7057588b03da8aa
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Setup

- Install the sample dependencies::

sudo apt-get install portaudio19-dev libffi-dev libssl-dev
sudo apt-get install portaudio19-dev libffi-dev libssl-dev

- Install the latest Google Assistant SDK and samples package from `PyPI <https://pypi.python.org/pypi>`_::

python -m pip install --upgrade google-assistant-sdk[samples]
python -m pip install --upgrade google-assistant-sdk[samples]

- Or if working from this repository's sources, run::
- Or if working from this repository's sources, run::

python -m pip install --upgrade -e ".[samples]"
python -m pip install --upgrade -e ".[samples]"

- Authorize access to the Google Assistant API::

Expand Down