Closed StSav012 closed 1 year ago
This repository is just providing the .nupkg
file. I'm not sure how to install it with the nuget
command either. If anyone else knows the answer, then feel free to share.
I have found the answer. Go to the directory containing the .nupkg
file in Command Prompt. Replace target\installation\directory
with the location where you want the package installed.
For 64-bit Python, run
nuget install python -Source %cd% -OuputDirectory target\installation\directory
For 32-bit Python, run
nuget install pythonx86 -Source %cd% -OuputDirectory target\installation\directory
I added these instructions to the README.
Thank you so much!
Dear devs,
That's an awesome work you do here!
There are
nuget
packages available in the repo. However, I can't do justNeither can I add the repo to
nuget
sources:Well, I can, but without a JSON description of the repo, it doesn't make much sense.
Please add a word or two to the README about how to use the packages and how to make Python auto-updatable.