Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Update Makefile (#5183)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB authored and dirkgr committed May 10, 2021
1 parent b383821 commit 29932ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ install :
pip install --upgrade --upgrade-strategy eager -e . -r dev-requirements.txt
# Docs are not built on docker, and the runner is unable to find
# the nltk_data folder. Hence, we download the requirement.
python -c 'import nltk; nltk.download("sentiwordnet")'
python -c 'import nltk; nltk.download("wordnet")'
#
# Documention helpers.
#
Expand Down

0 comments on commit 29932ab

Please sign in to comment.