Pycharm installing PIP pip-Installing third-party builds
Open pycharm→ file → settings → project →project interpreter, click the "+" plus sign,
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M01/87/2A/wKiom1fWTW6BVIEWAACK1opYOI0064.png-wh_500x0-wm_3 -wmp_4-s_3237190335.png "title=" Qq20160912141854.png "alt=" Wkiom1fwtw6bviewaack1opyoi0064.png-wh_50 "/>
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M02/87/28/wKioL1fWTY_DA5PfAAC5n94bD3k221.png-wh_500x0-wm_3 -wmp_4-s_783993105.png "title=" Qq20160912141943.png "alt=" Wkiol1fwty_da5pfaac5n94bd3k221.png-wh_50 "/>
Select Pip in the Search bar, tick the red box, click the install package, wait for the installation to close the Pycharm, and re-open the module to use.
# #默认模块安装路径在python目录的scripts目录下边. Go to this directory to execute the corresponding module!
Example: Pip Install python-memcached
System Add environment variable:
Append the Python scripts directory to the environment variable path, which will take effect and open cmd directly when executing PIP.
No further entry into the scripts directory.
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M01/87/28/wKioL1fWTqjjAGKVAABjNb4mJPc654.png-wh_500x0-wm_3 -wmp_4-s_2506246442.png "title=" Qq20160912142053.png "alt=" Wkiol1fwtqjjagkvaabjnb4mjpc654.png-wh_50 "/>
There are two ways of installing third-party components.
The first type:
Pip Install python-memcached
The second type:
is to install the PIP module like the installation
This article is from "Yangdong Hao" blog, please make sure to keep this source http://506554897.blog.51cto.com/2823970/1851966
Pycharm installing PIP Pip installing third-party modules