1. Let’s get started by installing the required system packages: $ sudo apt-get install git cmake $ sudo apt-get install libatlas-base-dev gfortran $ sudo apt-get install libhdf5-serial-dev hdf5-tools $ sudo apt-get install python3-dev 2. Let’s first install pip, Python’s package manager: $ wget https://bootstrap.pypa.io/get-pip.py $ sudo python3 get-pip.py $ rm get-pip.py 3. virtualenvwrapper s..