Skip to content

Commit

Permalink
use .env.example as guide for env vars to set
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Mar 18, 2024
1 parent 848203f commit b3f07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ by [Yang Song](https://yang-song.github.io), [Jascha Sohl-Dickstein](http://www.
1. Create conda environment: `conda env create -f environment.lock.yml` (or add dependencies to your own `conda env install -f environment.txt`)
2. Install ml_downscaling_emulator locally: `pip install -e .`
3. Install unet code: `git clone --depth 1 [email protected]:henryaddison/Pytorch-UNet src/ml_downscaling_emulator/unet`
4. Configure necessary environment variables: `DERVIED_DATA` and `KK_SLACK_WH_URL`
4. Configure application behaviour with environment variables. See `.env.example` for variables that can be set.

## Usage

Expand Down

0 comments on commit b3f07ca

Please sign in to comment.