rye icon indicating copy to clipboard operation
rye copied to clipboard

how to install from private PyPI server.

Open bzd111 opened this issue 2 years ago • 1 comments

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 avatar May 09 '23 07:05 bzd111

Relates to #36

mitsuhiko avatar May 09 '23 10:05 mitsuhiko

This is resolved now.

mitsuhiko avatar May 23 '23 22:05 mitsuhiko