Ali Bellamine il y a 3 ans
Parent
commit
0eefe70572
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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",
     "```"
    ]
   },