sandbox/fpga/tinyfpga/hello_world/install_apio.bat

6 lines
120 B
Batchfile
Raw Normal View History

2018-12-28 23:44:47 +00:00
pip install apio==0.4.0b3 tinyprog
apio install system scons icestorm drivers
apio drivers --serial-enable
@pause
2018-12-28 23:44:47 +00:00