diff --git a/setup.sh b/setup.sh index a5ecdebd035f1822e25e042d27891570738ccd3b..8153344fd6ac975a8180b2319d49281bb6849dc3 100644 --- a/setup.sh +++ b/setup.sh @@ -10,7 +10,7 @@ sudo apt-get install jq wget chromium-chromedriver firefox sudo python3 -m pip install -r requirements.txt sudo python3 -m pip install seaborn sudo python3 -m pip install bs4 -sudo python3 -m pip install natsort dask plotly +sudo python3 -m pip install natsort dask plotly tabulate sudo python3 -c "import nltk; nltk.download('punkt')" sudo python3 -c "import nltk; nltk.download('stopwords')"