added some fixes and checks
This commit is contained in:
parent
6bd6a3a265
commit
a9c11eba53
2
Makefile
2
Makefile
@ -2,6 +2,8 @@ setup-venv:
|
||||
python3 -m venv .venv
|
||||
bash setup_venv.sh
|
||||
exit
|
||||
enter-venv:
|
||||
bash enter_venv.sh
|
||||
setup-python:
|
||||
mkdir -p gen/python
|
||||
protoc --python_out=gen/python crs.proto
|
||||
|
3
enter_venv.sh
Normal file
3
enter_venv.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
source ./.venv/bin/activate
|
||||
bash
|
Loading…
x
Reference in New Issue
Block a user