Skip to content

Commit

Permalink
Start including environment variables in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison authored Nov 8, 2023
1 parent 51ec14d commit ea5a0f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
## Dependencies

1. Create conda environment: `conda env create -f environment.lock.yml`
1. Clone and install https://github.com/henryaddison/mlde_utils into the environment: e.g. `pip install -e ../mlde_utils`
1. Install ml_downscaling_emulator locally: `pip install -e .`
1. Install unet code: `git clone --depth 1 [email protected]:henryaddison/Pytorch-UNet src/ml_downscaling_emulator/unet`
2. Clone and install https://github.com/henryaddison/mlde_utils into the environment: e.g. `pip install -e ../mlde_utils`
3. Install ml_downscaling_emulator locally: `pip install -e .`
4. Install unet code: `git clone --depth 1 [email protected]:henryaddison/Pytorch-UNet src/ml_downscaling_emulator/unet`
5. Configure necessary environment variables: `DERVIED_DATA` and ...


# Score-Based Generative Modeling through Stochastic Differential Equations
Expand Down

0 comments on commit ea5a0f1

Please sign in to comment.