"csrc/vscode:/vscode.git/clone" did not exist on "9472aef65c80c6eaeb520933ec90e71125e333b0"
Unverified Commit 77e064d8 authored by Gonzalo Gasca Meza's avatar Gonzalo Gasca Meza Committed by GitHub
Browse files

Update README.md

Nit, needs new line
parent a617b671
...@@ -48,7 +48,8 @@ Please follow the below steps before running models in this repo: ...@@ -48,7 +48,8 @@ Please follow the below steps before running models in this repo:
Using Colab: Using Colab:
```python ```python
import os os.environ['PYTHONPATH'] += ":/path/to/models" import os
os.environ['PYTHONPATH'] += ":/path/to/models"
``` ```
3. Install dependencies: 3. Install dependencies:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment