订购信息
Artech House出版商
国际标准书号(ISBN):9781630815974
版权:2019
Python:registered:
Python工具是使用3.6.4版本开发的,而GUI是使用Qt 5.10.0开发的。 该工具套件利用了包括SciPy,NumPy和Matplotlib在内的软件包。 要安装Python和必要的软件包,请先导航至并下载适用于所选操作系统的安装程序。 启动Python安装程序,然后按照屏幕上的说明进行操作。 安装完成后,请在命令提示符处键入以下命令,以确保安装了以下软件包:
> pip install numpy
> pip install scipy
> pip install matplotlib
> pip install pyqt5
> pip install -e mypath/pyradar
其中mypath是文件夹“ pyradar”的路径。
M
1