Skip to content

Commit

Permalink
Use editable_mode=strict in extremely_simple_setup.sh (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Kyle authored Jan 31, 2024
1 parent 86fa9ac commit bf84edd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions extremely-simple-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ git clone https://github.com/angr/binaries.git

python -m pip install -U pip wheel setuptools cffi "unicorn==2.0.1.post1"

pip install -e ./archinfo
pip install -e ./pyvex
pip install -e ./cle
pip install -e ./claripy
pip install -e ./ailment
pip install --no-build-isolation -e ./angr
pip install -e ./angr-management
pip install -e ./archinfo --config-settings editable_mode=strict
pip install -e ./pyvex --config-settings editable_mode=strict
pip install -e ./cle --config-settings editable_mode=strict
pip install -e ./claripy --config-settings editable_mode=strict
pip install -e ./ailment --config-settings editable_mode=strict
pip install --no-build-isolation -e ./angr --config-settings editable_mode=strict
pip install -e ./angr-management --config-settings editable_mode=strict

0 comments on commit bf84edd

Please sign in to comment.