#!/usr/bin/env python # coding: utf-8 # Method to install oceania-query-fasta Python Library in Google Drive permanently. # # You can use it from any new Colab notebook. # In[ ]: import sys nb_path = "/content/drive/My Drive/Colab Notebooks" if nb_path not in sys.path: sys.path.insert(5, nb_path) # Install only once. Tomorrow, you can skip this. # Call pip install on 1st time only get_ipython().system('pip install oceania-query-fasta --target="{nb_path}"') import oceania