Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evanseitz authored May 12, 2020
1 parent c42e115 commit c56494b
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 @@ -30,7 +30,7 @@ First, install Anaconda. Navigate to your project directory via the command line

`conda create --name synth --file env_mac_64.txt`

Once the Anaconda environment is installed, it must be initiated each time before running (the majority of) these scripts via the command: `conda activate synth`
Once the Anaconda environment is installed, it must be initiated each time before running (the majority of) these scripts via the command: `conda activate synth`. As an important note, this environment is highly particular - make sure not to install any other python packages while `synth` is active (sourced), as conflicts may emerge.

When you are done using the environment, always exit via: `conda deactivate`

Expand Down

0 comments on commit c56494b

Please sign in to comment.