.. include:: sub.txt ================ PyPi (Windows) ================ Install Anaconda ----------------- * Install `Anaconda`_ Install In Jupyter Notebook --------------------------- * Start Jupyter Notebook .. image:: /_static/startjupyterwin.png * run install command in the notebook .. image:: /_static/jupyter.png Install In command line ----------------------- * Start Anaconda Prompt .. image:: /_static/startanacondacmd.png * To install :: python -m pip install openseespy python -m pip install --user openseespy * To upgrade :: python -m pip install --upgrade openseespy python -m pip install --user --upgrade openseespy * To import :: import openseespy.opensees as ops