fossasia / pslab-desktop

PSLab Desktop Application https://pslab.io
GNU General Public License v3.0
1.77k stars 364 forks source link

Chocolatey package: declare dependency on pslab-python #688

Open orangecms opened 3 years ago

orangecms commented 3 years ago

We have a Chocolatey package now thanks to tunisiano187. It is based on a nuspec file: https://github.com/tunisiano187/Chocolatey-packages/blob/master/automatic/pslab-desktop/pslab-desktop.nuspec

However, for PSLab Desktop, you also need the Python library. So add another package for https://github.com/fossasia/pslab-python and declare it as a dependency. Then the installation on Windows should be more convenient.

Documentation on nuspec can be found here: https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package

orangecms commented 3 years ago

This may help as well: https://realpython.com/lessons/why-cant-python-find-my-modules/