【python】安装python及环境配置

  1. 官网下载
  2. 环境配置
    1. https://blog.csdn.net/m0_46976252/article/details/105447728
  3. 安装第三方库
    1. Win+r    cmd

      python -m pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 模块名

      第三方库:numpy, pandas, xlrd, hydroeval , matplotlib, netCDF4, platypus,geatpy等

本来无一物,何处惹尘埃。
原文地址:https://www.cnblogs.com/meijie09/p/15067885.html