From 724a7528943ceb62ca74da4448883786f83c2279 Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Mon, 16 Aug 2021 12:48:40 -0400 Subject: [PATCH] brew: install autogen virtualenv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba06b68..e6b1d2b7 100644 --- a/README.md +++ b/README.md @@ -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`