Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add nuget windows install instructions #130

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

ngoldbaum
Copy link
Collaborator

I also took the opportunity to update references to older Python versions

Copy link
Member

@lysnikolaou lysnikolaou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't actually try out the nuget commands (cause no Windows), but the rest of the changes look good to me!

$url = 'https://www.nuget.org/api/v2/package/python-freethreaded/3.13.1'
Invoke-WebRequest -Uri $url -OutFile 'python-freethreaded.3.13.1.nupkg'
Install-Package python-freethreaded -Scope CurrentUser -Source $pwd
$env:path = (Get-Item((Get-Package -Name python-freethreaded).Source)).DirectoryName + "tools;" + $env:Path
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found today I should add the tools/Scripts folder to the Path as well. Not near my computer so I'll update this later.

Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM too, thanks for taking care of this @ngoldbaum. Please go ahead and merge once you've made the one change that is still needed according to the open comment from you.

@rgommers rgommers added the documentation Improvements or additions to documentation label Jan 24, 2025
@ngoldbaum
Copy link
Collaborator Author

Thanks for the reminder!

@ngoldbaum ngoldbaum merged commit e205066 into Quansight-Labs:main Jan 24, 2025
2 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants