1curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
2#Once you do that, enter line 3 inside
3python get-pip.py
1## To install Pip, first download get-pip.py from:
2https://bootstrap.pypa.io/get-pip.py
3
4## Then run the following command in the command line
5## in the folder where the file has been saved.
6python get-pip.py
1"""to install a python module just use pip command"""
2"""open cmd as administrator and write this command"""
3pip install <package-name>
4"""for ex. pip install pandas"""
5##before writing command first change environment variable to your pip file location