Project

General

Profile

action #153856

Updated by dvenkatachala 4 months ago

In the test `tests/console/python3_setuptools` , we install the package locally using pip. Now, extend the test by adding the installation of the package using HTTP via pip or pipx. You can use the local HTTP server. 

 pip install --index-url can be used to install a package from that local server. server."

Back