brew: install autogen virtualenv

This commit is contained in:
randymcmillan 2021-08-16 12:48:40 -04:00
parent 4f69140ded
commit 724a752894
No known key found for this signature in database
GPG Key ID: 97966C06BB06757B

View File

@ -44,7 +44,7 @@ Then:
- `cd firmware`
- `git submodule update --init` _(if needed?)_
- `brew install autogen`
- `brew install autogen virtualenv`
- `virtualenv -p python3 ENV` (Python > 3.5 is required)
- `source ENV/bin/activate` (or `source ENV/bin/activate.csh` based on shell preference)
- `pip install -r requirements.txt`