Installing packages from the web

I would like to install a package with the following command:

python -m pip install --index-url=Index of /pip/simple/ blpapi

but I don’t know how to do.

Should I write anything special on the requirement.txt?
Or is there another way?

Hi @Daniele_Marobin,

Thanks for posting!

You should be able to add -i <url> and then the package in your requirements.txt.

-i <your url>
<package name>

Caroline :balloon:

I tried to add the below 2 lines in the requirement.txt, but it is still not working

Capture

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.