我制作了一个“灰色”模块(https://github.com/Yannbane/Tick.py)和一个“灰色方案”(https://github.com/Yannbane/Flatland.py)。 该方案进口了该模块,没有该模块,就无法运作。 我本打算让人们在他们能够管理该方案之前下载这两份文件,但我对此感到关切。
In the program, I ve added these lines:
sys.path.append("/home/bane/Tick.py")
import tick
/home/bane/Tick.py>
is the path to my local repo of the model that need to be included, but this will clear be different to other people! 我如何能够更好地解决这种状况?