Fix installation in Colab Tutorial 11

This commit is contained in:
Malte Pietsch 2021-08-10 08:50:04 +02:00 committed by GitHub
parent a0921f0c35
commit 5e16ec4d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@
"outputs": [],
"source": [
"# Install the latest release of Haystack in your own environment\n",
"#! pip install farm-haystack\n",
"!pip install farm-haystack\n",
"\n",
"# Install the latest master of Haystack\n",
"!pip install grpcio-tools==1.34.1\n",
@ -761,4 +761,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}