Install psycopg2 Module in Python 2.7 in windows
Prerequisite activity:Path of the parent folder of pip is appended/added in system Environment variables.
Please follow link here to Add/Append pip command in System Environment variables
Please follow below steps to Install psycopg2 library in python:
- Press Windows Logo Key () + R to open Run Dialog box.
- Type cmd and press OK button to open Command Prompt.
- Type pip Install psycopg2 and Press Enter
No comments:
Post a Comment