From 9ef9a577437ec3f2f155566662cc92bbaad815c8 Mon Sep 17 00:00:00 2001 From: Wesley Ellis Date: Sun, 22 Sep 2019 14:45:46 -0400 Subject: [PATCH] Add missing apio package `drivers` to bx guide While following the instructions here, I couldn't run `apio drivers --serial-enable` before installing the `drivers` package. Running on Windows 10, Python 3.7.4 installed from the Microsoft Store --- bx/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bx/guide.md b/bx/guide.md index 186ea86..2b57e8e 100644 --- a/bx/guide.md +++ b/bx/guide.md @@ -36,7 +36,7 @@ To install APIO and tinyprog, open up a terminal and run the following commands: ```shell pip install apio==0.4.0b5 tinyprog -apio install system scons icestorm iverilog +apio install system scons icestorm iverilog drivers apio drivers --serial-enable ```