Browse Source

Fix readme

Ali Bellamine 3 years ago
parent
commit
0eefe70572
1 changed files with 2 additions and 1 deletions
  1. 2 1
      getting_started.ipynb

+ 2 - 1
getting_started.ipynb

@@ -213,7 +213,8 @@
    "metadata": {},
    "source": [
     "```\n",
-    "    python3 download_data.py [TOKEN]\n",
+    "    pip install -r requirements.txt\n",
+    "    python download_data.py [TOKEN]\n",
     "```"
    ]
   },