I have the following requirements.txt
file :
beautifulsoup4=4.8.2==py37_0
urllib3=1.25.8=py37_0
pyopenssl=19.1.0=py37_0
openssl=1.1.1d=h1de35cc_4
pandas=1.0.1=py37h6c726b0_0
tqdm=4.42.1=py_0
I need to install all these packages, or make sure they are installed from within a python script. How can I accomplish this ?