fix venv and setup-python
This commit is contained in:
parent
d8f44423b5
commit
e98d6a6eb6
1
Makefile
1
Makefile
@ -14,7 +14,6 @@ setup-python:
|
||||
build-packed-data:
|
||||
mkdir -p out/PKIMetadata
|
||||
make venv
|
||||
make setup-python
|
||||
|
||||
ca-keys:
|
||||
cd httpmitm; bash generate_certs.sh
|
||||
|
@ -5,4 +5,5 @@ if [ ! -e "${SCRIPT_DIR}/../.venv" ]; then
|
||||
fi
|
||||
source ${SCRIPT_DIR}/../.venv/bin/activate
|
||||
pip3 install protobuf
|
||||
make setup-python
|
||||
bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user