Installing module from GitHub through Jupyter notebook
问题 My first time trying to install something from GitHub, but couldn't find a simple solution after searching here and on google. I'm using Jupyter notebook and trying to install this module: https://github.com/Expt-David/NumSchrodingerEq i've tried to write this inside the notebook: !pip install git+git://github.com/Expt-David/NumSchrodingerEq.git but i'm getting the following error: Collecting git+git://github.com/Expt-David/NumSchrodingerEq.git Cloning git://github.com/Expt-David