I would like to create the simplest (hello world package) package that I could install using pip in a virtualenv from a local zip file.
In python i would do
>> from myinstallpackage import mymodule
>> mymodule.sayhello()
hello !
What would be in the setup.py and in the package folder ?
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…