Skip to content
  • Stefan Mauerberger's avatar
    Addresses #14 · cab20cad
    Stefan Mauerberger authored
    - FieldTools are not yet online
    - Brach stefan still not merged to master
    
    Install conda-build; not within a certain env but to base
    ```
    $ ~/miniconda3/bin/conda install conda-build
    ```
    
    Go to root of the repo; where the directory FieldTools is located
    ```
    $ ~/miniconda3/bin/conda build FieldTools
    ```
    
    Added channel 'local' to CORBASS.yml
    ```
    $ ~/miniconda3/bin/conda env create -f corbass.yml
    ```
    cab20cad