Move to Python3

This commit is contained in:
Ole Schütt 2020-05-23 21:08:07 +02:00 committed by Ole Schütt
parent 99a5310d00
commit 8ba70f2a84
32 changed files with 62 additions and 280 deletions

View file

@ -7,21 +7,15 @@ apt-get update -qq
apt-get install -qq --no-install-recommends \
python \
python3 \
libpython-stdlib \
libpython3-stdlib \
python-pip \
python3-pip \
python-wheel \
python3-wheel \
python-setuptools \
python3-setuptools \
python-dev \
python3-dev \
build-essential
rm -rf /var/lib/apt/lists/*
# install python packages
pip install --quiet numpy matplotlib requests
pip3 install --quiet numpy matplotlib requests pre-commit
# register the pre-commit hooks