pip is a tool for installing and managing Python packages, such as those found in the Python Package Index. It's a replacement for easy_install.
To install CUBRID Python Connector using pip, type the following command.
pip install CUBRID-Python
If you want to give the version number, for example, 8.4.3.0002, type the command like below.
pip install CUBRID-Python==8.4.3.0002