colab 라이브러리 install하는 방법

2022. 8. 16. 16:38colab

!pip install --target=$my_path package_name
 
ex) !pip install --target=$my_path numpy