diff --git a/install_with_pip.sh b/install_with_pip.sh new file mode 100755 index 0000000000000000000000000000000000000000..bbea24cdf521a9621ec64506504e27a4a8612af5 --- /dev/null +++ b/install_with_pip.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +# Script to install binarycpython in the current venv + +VERSION_NUMBER=$(cat "VERSION") +echo "installing binarcpython version $VERSION_NUMBER" + +# python setup.py clean +# pip uninstall binarycpython +# python setup.py build --force +# python setup.py sdist +pip install --ignore-installed --no-dependencies -v -e . \ No newline at end of file