Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamascogustavo authored Nov 22, 2021
1 parent 55c2ab7 commit c9e6ae6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,14 @@ Obs: The command above will export the installation path of cplex to $PATH shell

Install the conda env

There are 2 envs, use the one that suits you better:

environment.yml for mac
environment_linux.yml for linux


```
conda env create -f environment.yml
conda env create -f <environment.yml>
# activate the environment
conda activate chimera
```
Expand Down

0 comments on commit c9e6ae6

Please sign in to comment.