Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 979 Bytes

installation.md

File metadata and controls

40 lines (26 loc) · 979 Bytes

Requirements

ALICE has been developed and so-far tested for a range of Linux and macOS environments. Windows users may encounter problems with some package versions, and we are currently looking into this.

Packages:

(other packages are automatically installed by conda environment)

Installation

  • Clone the repository with submodules :
git clone --recurse-submodules https://github.com/orasanen/ALICE/
  • Make sure you have Conda, Cmake and Sox installed.

  • Create the conda environment installing all the dependencies. Note that this is OS dependent:

cd ALICE

On Linux:

conda env create -f ALICE_Linux.yml 

On macOS:

conda env create -f ALICE_macOS.yml 

And you're done!