comment update for poetry install

This commit is contained in:
Taqi Jaffri 2023-08-19 13:50:16 -07:00
parent 5cd244e9b7
commit 069c0a041f

View File

@ -21,7 +21,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"# You need the lxml package to use the DocugamiLoader\n", "# You need the lxml package to use the DocugamiLoader (run pip install directly without \"poetry run\" if you are not using poetry)\n",
"!poetry run pip install lxml --quiet" "!poetry run pip install lxml --quiet"
] ]
}, },