Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1004 Bytes

REQUIREMENTS.md

File metadata and controls

35 lines (18 loc) · 1004 Bytes

Linux

  1. The standard build utilities (gcc, g++, gfortran)

  2. Anconda3 version 2.5.0 or newer (Python version 3.5 or newer) from https://www.continuum.io/downloads

  3. The anaconda packages listed in the requirements.txt file.

  4. Our repository from gitlab.

MacOS

  1. The standard build utilities (llvm or gcc, g++, gfortran)

  2. Anconda3 version 2.5.0 or newer (Python version 3.5 or newer) from https://www.continuum.io/downloads

  3. The anaconda packages listed in the requirements.txt file.

  4. Our repository from gitlab.

Windows

  1. Microsoft Visual Studio 2015 (version 14.0), including the Visual C++ language pack and the Windows Development Kit options. Due to the limitations of earlier versions of Visual Studio, other versions will not work!

  2. Anconda3 version 2.5.0 or newer (Python version 3.5 or newer) from https://www.continuum.io/downloads

  3. The anaconda packages listed in the requirements.txt file.

  4. Our repository from gitlab.