1
0
forked from me/IronOS

add black

This commit is contained in:
Ben V. Brown
2021-04-05 19:15:02 +10:00
parent e463cf2fd2
commit d9100d1625
3 changed files with 54 additions and 26 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
python3 -m pip install bdflib black
sudo mkdir -p /build
cd /build