From 70eec59310548de3e180c1419f906120bf0831fe Mon Sep 17 00:00:00 2001
From: Wannaphong <wannaphong@yahoo.com>
Date: Sat, 12 Oct 2024 12:50:19 +0700
Subject: [PATCH] Update Get started docs

- Add python-crfsuite
- Add torch

closed https://github.com/PyThaiNLP/tutorials/issues/27
---
 source/notebooks/pythainlp_get_started.ipynb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/source/notebooks/pythainlp_get_started.ipynb b/source/notebooks/pythainlp_get_started.ipynb
index 167d6e2..5f1fc38 100644
--- a/source/notebooks/pythainlp_get_started.ipynb
+++ b/source/notebooks/pythainlp_get_started.ipynb
@@ -31,8 +31,10 @@
     "# # see list of modules in `requirements` and `extras`\n",
     "# # in https://github.com/PyThaiNLP/pythainlp/blob/dev/setup.py\n",
     "\n",
-    "#!pip install pythainlp\n",
-    "#!pip install epitran"
+    "#!pip install -q python-crfsuite\n",
+    "#!pip install -q torch\n",
+    "#!pip install -q pythainlp\n",
+    "#!pip install -q epitran"
    ]
   },
   {