Skip to content
Snippets Groups Projects
Commit 2c8ea08a authored by dh00601's avatar dh00601
Browse files

added script to install with pip

parent d24370bc
No related branches found
No related tags found
No related merge requests found
Pipeline #33871 passed
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment