Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.19 KB

installation.md

File metadata and controls

42 lines (27 loc) · 1.19 KB

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!

PS: If you encounter "package does not exist" errors when installing the conda, you're likely working with an osx-arm64 hardware architecture. Please refer to this git issue for a solution.