How to use an unlisted Python Package with 'pyproject.toml' file in Google Colab
I am trying to use an Unofficial Twitter API using python library called RedGalaxy on Google Colab. This package is not yet available on Pypi platform. I have tried to build the package in Google colab itself but wasn’t able to use it there. !git clone https://github.com/Ristellise/RedGalaxy.git !pip install -e ./RedGalaxy/. Output: Successfully built RedGalaxy… Read More How to use an unlisted Python Package with 'pyproject.toml' file in Google Colab