From c33dbfb84d8d7e04e2d6e4cb858033ac62e9a9fd Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 4 Sep 2019 11:50:39 -0700 Subject: [PATCH] Code block the installation line --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d15480..ff08ccf 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ This is not an official, or supported, Google product. # Installation To install all dependencies: - - pip3 install absl-py urllib3 pytype attrs parameterized python-dateutil +``` +pip3 install absl-py urllib3 pytype attrs parameterized python-dateutil +``` # Contributing