I have written some libraries in Python for use in my project. I have stored them locally on my system and also remotely on Github. Now every time I write some code I use sys.path.append()
in the beginning to help import my libraries from the directory in my system. I was wondering that if there is anyway to import these files directly from my Github repository
The link to my repo is this - Quacpy
setup.py
you canpip install ...
direct from a GitHub repo – Trusty