opensees(python)01 openseespy 安装
opensees 现将代码从TCL上移植到了python上,这极大的提高了编成的便捷性
官方网址:https://openseespydoc.readthedocs.io/en/latest/
ANACONDA的安装:
anaconda 可从官网:https://www.anaconda.com/上下载
PyPi (Windows, Linux)
安装anaconda
打开Start Jupyter Notebook (Windows)
在Jupyter Notebook输入 pip install openseespy
若在命令行中安装,代码如下:(推荐)
安装:
python -m pip install openseespy
python -m pip install --user openseespy
更新:
python -m pip install --upgrade openseespy
python -m pip install --user --upgrade openseespy
载入:
import openseespy.opensees as ops

浙公网安备 33010602011771号