Skip to content

Commit

Permalink
Fix conda create command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend authored Jun 1, 2023
1 parent c912d71 commit c508319
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 @@ -9,7 +9,7 @@ To install data_adapter_oemof, follow these steps:
* git-clone data_adapter_oemof into local folder:
`git clone https://github.com/rl-institut/data_adapter_oemof.git
* enter folder `cd data_adapter_oemof`
* create virtual environment using conda: `conda env create environment.yml`
* create virtual environment using conda: `conda env create -f environment.yml`
* activate environment: `conda activate data_adapter_oemof`
* install data_adapter_oemof package using poetry, via: `poetry install`

Expand Down

0 comments on commit c508319

Please sign in to comment.