Skip to content

Commit

Permalink
Fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagiwara committed Jun 26, 2020
1 parent df2a183 commit 6aae0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sentiment/sst_classifier.ipynb
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"!pip install allennlp==1.0.0\n",
"!pip install allennlp==1.0.0\n",
"!pip install allennlp-models==1.0.0\n",
"!git clone https://github.com/mhagiwara/realworldnlp.git\n",
"%cd realworldnlp"
]
Expand Down

0 comments on commit 6aae0b9

Please sign in to comment.