PyCharm安装教程

  1. 下载pycharm-professional-2019.2.1
  2. 安装PyCharm
    • 安装目录:D:\software\PyCharm_2019
  3. 配置PyCharm
    • 导入settings.zip,可以导出一份保存
    • 激活idea:使用Activation code激活
  4. settings配置
    • 关闭IDEA自动更新:Configure --> Settings --> Updates 取消勾选
    • 修改字体大小:Configure --> Settings --> Font 修改Size为18
    • 修改文件编码:Configure --> Settings --> File Encodings
    • 配置Git:Configure --> Settings --> Git

你可能感兴趣的:(PyCharm安装教程)