pyqt5和spyder版本对应_pyqt5 spyder 项目 记录

Spyder (前身是 Pydee) 是一个强大的交互式 Python 语言开发环境,提供高级的代码编辑、交互测试、调试等特性,支持包括 Windows、Linux 和 OS X 系统。

Development builds

If you want to try the next Spyder version before it is released, you can! You may want to do this for fixing bugs in Spyder, adding new features, learning how Spyder works or just getting a taste of what the IDE can do. For more information, please see the Contributing Guide included with the Spyder source or on Github, and for further detail consult the Spyder development wiki.

编译 过程:

win7下 conda 方式 编译方法

If you use Anaconda you can create a conda environment with the following commands:

$ conda create -n spyder-dev python=3

$ conda activate spyder-dev

Installing dependencies

After you have created your development environment, you need to install Spyder’s necessary dependencies. The easiest way to do so (with Anaconda) is

$ conda in

你可能感兴趣的:(pyqt5和spyder版本对应_pyqt5 spyder 项目 记录)