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