Use pycharm, install python third-party packages

This chapter mainly introduces how to use pycharm and how to install python third-party packages, which are completely sufficient for daily development. The following basic usage diagrams

  1. The style of pycharm can be customized, or you can download third-party plug-ins.


 2. Third-party plug-in installation, third-party plug-ins can be downloaded locally or directly use network resources


3. Version control can use svn, git, github, etc.


4. Python installs third-party packages. Generally, pycharm can automatically detect the path of python installation. However, if multiple versions of python are installed on the computer but only a certain version is used for the current project, you need to customize a python path by yourself. When customizing, you can choose (Add Local [local], Add Remote [remote], Create VirtualEnvironment [virtual]) three modes. Generally, it is recommended to select the Create VirtualEnvironment method.



5. Install third-party packages


End, basically these are enough for daily development.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324602127&siteId=291194637