mirror of https://github.com/open-mmlab/mmocr.git
Update MMOCR_Tutorial.ipynb (#330)
add change directory to `mmocr` after git clone: `%cd mmocr` "!pip install -r requirements.txt\n", was failing in colab as after git clone one needs to change dir to mmocr.pull/334/head
parent
97ac619e68
commit
57e752e9b2
|
@ -154,6 +154,7 @@
|
|||
"\n",
|
||||
"# Install mmocr\n",
|
||||
"!git clone https://github.com/open-mmlab/mmocr.git\n",
|
||||
"%cd mmocr\n",
|
||||
"!pip install -r requirements.txt\n",
|
||||
"!pip install -v -e .\n",
|
||||
"\n",
|
||||
|
|
Loading…
Reference in New Issue