fix env3 reference to venv in README

This commit is contained in:
Nicolas Stalder 2019-02-13 04:14:55 +01:00
parent b212c71da6
commit 5fddde240f

View File

@ -46,8 +46,8 @@ make cbor
make all-hacker make all-hacker
cd ../.. cd ../..
make env3 make venv
source env3/bin/activate source venv/bin/activate
python tools/solotool.py program targets/stm32l432/solo.hex python tools/solotool.py program targets/stm32l432/solo.hex
``` ```