Add installation method for OSX
This commit is contained in:
@@ -19,13 +19,21 @@ This code is based on the [pick-benchmark](https://github.com/seisbench/pick-ben
|
||||
|
||||
Please download and install [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge) following the [official guide](https://github.com/conda-forge/miniforge#install).
|
||||
|
||||
After successful installation and within the Mambaforge environment please run following commands:
|
||||
After successful installation and within the Mambaforge environment please clone this repository:
|
||||
|
||||
```
|
||||
git clone ssh://git@git.plgrid.pl:7999/eai/platform-demo-scripts.git
|
||||
```
|
||||
and please run for Linux or Windows platforms:
|
||||
|
||||
```
|
||||
cd platform-demo-scripts
|
||||
mambaforge env create -f environment.yml
|
||||
mambaforge env create -f epos-ai-train.yml
|
||||
```
|
||||
or for OSX:
|
||||
```
|
||||
cd platform-demo-scripts
|
||||
mambaforge env create -f epos-ai-train-osx.yml
|
||||
```
|
||||
|
||||
This will create a conda environment named `platform-demo-scripts` with all required packages installed.
|
||||
|
||||
Reference in New Issue
Block a user