Skip to content

Commit

Permalink
added pip install in installation with git
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaPieri committed Sep 19, 2023
1 parent 3cafa55 commit 6d5024c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/nlg_metricverse_demo.ipynb
Expand Up @@ -70,7 +70,8 @@
"# FROM GITHUB SOURCE\n",
"import os\n",
"!git clone https://github.com/disi-unibo-nlp/nlg-metricverse.git\n",
"os.chdir(\"/content/nlg-metricverse/\")"
"os.chdir(\"/content/nlg-metricverse/\")\n",
"!pip install -v . --quiet"
]
},
{
Expand Down

0 comments on commit 6d5024c

Please sign in to comment.