mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
parent
b8129c35f7
commit
3e740b3103
3 changed files with 28 additions and 5 deletions
|
|
@ -7,6 +7,8 @@ apt-get update -qq
|
|||
apt-get install -qq --no-install-recommends \
|
||||
python \
|
||||
python3 \
|
||||
libpython-stdlib \
|
||||
libpython3-stdlib \
|
||||
python-pip \
|
||||
python3-pip \
|
||||
python-wheel \
|
||||
|
|
@ -20,7 +22,7 @@ rm -rf /var/lib/apt/lists/*
|
|||
|
||||
# install python packages
|
||||
pip install --quiet numpy matplotlib requests
|
||||
pip3 install --quiet numpy matplotlib requests
|
||||
pip3 install --quiet numpy matplotlib requests pre-commit
|
||||
|
||||
# install python2.6
|
||||
echo "Building Python-2.6.9... "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue