From d48e94b6f2c09e40d6bcc41d5fc984d32d04abe5 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <rjjarvis@asu.edu> Date: Tue, 30 Jun 2020 19:59:50 +1000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9fec82..09b7cee 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup(name='scomplexity', url='https://github.com/russelljjarvis/ScienceAccessibility', packages = setuptools.find_packages() ) +os.system('bash install/user_install.sh') import nltk import nltk; nltk.download('punkt') import nltk; nltk.download('stopwords') -os.system('bash install/user_install.sh') \ No newline at end of file -- GitLab