Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johli authored Oct 2, 2024
1 parent dd8db20 commit 10ed867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ These repositories further depend on a number of python packages (which are auto
- Tensorflow == 2.15.x (see [https://www.tensorflow.org/install/pip](https://www.tensorflow.org/install/pip))

*Note*: The example notebooks require jupyter, which can be installed with `pip install notebook`.<br/>
A new conda environment can be created with `conda create -n borzoi_py310 python=3.10`.
A new conda environment can be created with `conda create -n borzoi_py310 python=3.10`.<br/>
Some of the scripts in this repository start multi-process jobs and require [slurm](https://slurm.schedmd.com/).

Finally, the code base relies on a number of environment variables. For convenience, these can be configured in the active conda environment with the 'env_vars.sh' script.
```sh
Expand Down

0 comments on commit 10ed867

Please sign in to comment.