# HG changeset patch # User ximgchess # Date 1682364537 0 # Node ID c1aed65c1d24acea479efb18167d89fb099b48d7 # Parent 9eb455994afeedd3eebafc1c6da0c4da80ea38a0 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 919e80fa3f8a9160766ff4d2c6b8956ec5553ad3-dirty diff -r 9eb455994afe -r c1aed65c1d24 pip_install.sh --- a/pip_install.sh Mon Apr 24 19:01:30 2023 +0000 +++ b/pip_install.sh Mon Apr 24 19:28:57 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