# HG changeset patch # User ximgchess # Date 1682365533 0 # Node ID 54d0adb79293edb2bb2998d3e975f52658f080df # Parent c1aed65c1d24acea479efb18167d89fb099b48d7 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 919e80fa3f8a9160766ff4d2c6b8956ec5553ad3-dirty diff -r c1aed65c1d24 -r 54d0adb79293 pip_install.sh --- a/pip_install.sh Mon Apr 24 19:28:57 2023 +0000 +++ b/pip_install.sh Mon Apr 24 19:45:33 2023 +0000 @@ -10,4 +10,4 @@ PIPLOC=$PIPLOC/lib/python$VERSION/site-packages echo "Try installing $1 to $PIPLOC" -pip install --target $PIPLOC $1 +pip install --target $PIPLOC $1 --upgrade