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
