Skip to content

Commit

Permalink
update install_pip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Aug 11, 2020
1 parent 579d5f2 commit 4e25f2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openseespy-pip/install_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

from build_pip import copy_library, build_pip, upload_pip, clean_pip

copy_library('../OpenSeesPy/SRC/interpreter/opensees.so',
'../OpenSeesPy/SRC/interpreter/opensees.pyd')
copy_library('../../opensees/SRC/interpreter/opensees.so',
'../../opensees/SRC/interpreter/opensees.pyd',
'../../opensees/SRC/interpreter/opensees37.pyd',)
build_pip()
upload_pip()
clean_pip()

0 comments on commit 4e25f2d

Please sign in to comment.