add colab cell to start ECILA

This commit is contained in:
Noli 2022-03-29 07:21:23 +02:00
parent aa8de64aa4
commit 231418e15e
1 changed files with 20 additions and 0 deletions

View File

@ -38,6 +38,26 @@
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"#@title <b><-- Click this to start ECILA</b>\n",
"!git clone https://gitlab.com/nolialsea/alicebot.git\n",
"%cd alicebot\n",
"!git checkout dev\n",
"!git pull\n",
"!npm i\n",
"!sh run.sh &"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": null,