Browse Source

Fix readme

Ali Bellamine 3 năm trước cách đây
mục cha
commit
0eefe70572
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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",
     "```"
    ]
   },