From 77e064d809e060043d23ebe11a24828036926ee1 Mon Sep 17 00:00:00 2001 From: Gonzalo Gasca Meza Date: Thu, 12 Dec 2019 22:30:18 -0800 Subject: [PATCH] Update README.md Nit, needs new line --- official/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/official/README.md b/official/README.md index 22aeeff94..a7730d8c7 100644 --- a/official/README.md +++ b/official/README.md @@ -48,7 +48,8 @@ Please follow the below steps before running models in this repo: Using Colab: ```python - import os os.environ['PYTHONPATH'] += ":/path/to/models" + import os + os.environ['PYTHONPATH'] += ":/path/to/models" ``` 3. Install dependencies: -- GitLab