Forráskód Böngészése

update of pip install

Jeff Tang 5 hónapja
szülő
commit
84b52e2085
1 módosított fájl, 10 hozzáadás és 1 törlés
  1. 10 1
      recipes/quickstart/Getting_to_know_Llama.ipynb

+ 10 - 1
recipes/quickstart/Getting_to_know_Llama.ipynb

@@ -30,6 +30,15 @@
     "* Basic understanding of Python"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "!pip install matplotlib ipywidgets"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
@@ -288,7 +297,7 @@
    },
    "outputs": [],
    "source": [
-    "!pip install groq matplotlib ipywidgets"
+    "!pip install groq"
    ]
   },
   {