mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Move to Python3
This commit is contained in:
parent
99a5310d00
commit
8ba70f2a84
32 changed files with 62 additions and 280 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue