Skip to content

Commit

Permalink
Update pythonInstall.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez authored Oct 23, 2024
1 parent 51ca2c6 commit 48cff85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/user/pythonInstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ OpenSeesRT

::

python -m pip install sees
python -m pip install opensees


* To upgrade

::

python -m pip install --upgrade sees
python -m pip install --upgrade opensees


* To import

::

import sees.openseespy as ops
import opensees.openseespy as ops

0 comments on commit 48cff85

Please sign in to comment.