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

updated pip install scripts to actually work

parent 41247e34
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ echo "installing binarcpython version $VERSION_NUMBER"
# pip uninstall binarycpython
# python setup.py build --force
# python setup.py sdist
pip install -v -e .
\ No newline at end of file
pip install -v .
\ No newline at end of file
......@@ -9,4 +9,4 @@ echo "installing binarcpython version $VERSION_NUMBER"
# 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
pip install --no-dependencies -v .
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