Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

how to install from private PyPI server. #120

Closed
bzd111 opened this issue May 9, 2023 · 2 comments
Closed

how to install from private PyPI server. #120

bzd111 opened this issue May 9, 2023 · 2 comments

Comments

@bzd111
Copy link

bzd111 commented May 9, 2023

I want to install a package from my PyPI server, but I have noticed that the code only searches for packages on https://pypi.org/simple/.
I suggest that we configure the index_urls and trusted-host settings in the pyproject.toml file, for example:

[config.rye.pip]
index-urls=["http://192.168.x.x:3141/root/dev/+simple/"]
trusted-hosts=["192.168.x.x"]
@bzd111 bzd111 closed this as completed May 9, 2023
@bzd111 bzd111 reopened this May 9, 2023
@mitsuhiko
Copy link
Collaborator

Relates to #36

@mitsuhiko
Copy link
Collaborator

This is resolved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants