Skip to content

Commit

Permalink
back to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Sep 1, 2024
1 parent c15b3cd commit feb342f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/qgis/smoderp2d-plugin/scripts/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ source $VENV/bin/activate
script_dir=$(realpath $(dirname $0))
echo $script_dir
### install released SMODERP2D version
# pip3 install smoderp2d
pip3 install smoderp2d
### or from git
(cd ../../.. ;pip3 install .)
# (cd ../../.. ;pip3 install .)

pv=$(python3 -V | cut -d' ' -f 2 | cut -d'.' -f 1,2)
LIB=$VENV/lib/python$pv/site-packages
Expand Down

0 comments on commit feb342f

Please sign in to comment.