Required Software

Ubuntu

sudo apt-get install \
    python3-venv \
    python3-dev \
    python3-pip \
    python3-tk \
    libatlas-dev \
    liblapack-dev \
    gfortran \
    libfreetype6-dev \
    libhdf5-dev \
    git \
    cmake

It may be required to have

export LC_ALL=C

in his .bashrc.

Log In