Colabでライブラリをプレインストールするコマンド

!pip install –target /content/drive/MyDrive/mymodule/ git+https://github.com/zalandoresearch/flair.git

import sys

sys.path.append('/content/drive/MyDrive/mymodule')

Colab

Posted by vastee