1
0
forked from me/IronOS

Add basic flake8

This commit is contained in:
Ben V. Brown
2021-04-05 19:24:21 +10:00
parent d9100d1625
commit a472641a39
3 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
set -e
# Setup shell file to setup the environment on an ubuntu machine
sudo apt-get update && sudo apt-get install -y make bzip2 git python3 python3-pip wget
python3 -m pip install bdflib black
python3 -m pip install bdflib black flake8
sudo mkdir -p /build
cd /build