Skip to content

Commit

Permalink
fix: Update conda instructions in Developer Setup.md
Browse files Browse the repository at this point in the history
`conda create` doesn't activate the created environment. Adjusted language to be more accurate.
  • Loading branch information
BrendanWalsh authored Dec 13, 2023
1 parent 7771c96 commit 288e105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/Developer Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ description: Developer Setup
1. Prepare your Python Environment
- Install [Miniconda](https://docs.conda.io/en/latest/miniconda.html)
- Note: if you want to run conda commands from IntelliJ, you may need to select the option to add conda to PATH during installation.
- Activate the `synapseml` conda environment by running `conda env create -f environment.yml` from the `synapseml` directory.
- Create the `synapseml` conda environment by running `conda env create -f environment.yml` from the `synapseml` directory.
:::note
If you're using a Windows machine, remove
`horovod` requirement in the environment.yml file, because horovod installation only
Expand Down

0 comments on commit 288e105

Please sign in to comment.