Skip to content

Commit f7bfad6

Browse files
author
Luke Valenty
authored
Merge pull request #5 from rpking42/install_quote_fix
Remove incorrect quote from APIO install instructions
2 parents 0815abb + ffe340c commit f7bfad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bx/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Most Linux distributions install Python by default. If not, install Python usin
3535
To install APIO and tinyprog, open up a terminal and run the following commands:
3636

3737
```shell
38-
pip install apio==0.4.0b3 tinyprog"
38+
pip install apio==0.4.0b3 tinyprog
3939
apio install system scons icestorm iverilog
4040
apio drivers --serial-enable
4141
```

0 commit comments

Comments
 (0)