Skip to content

Commit

Permalink
Change order of params for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
saschahofmann committed Dec 12, 2024
1 parent ca2fc5f commit c111abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ To create a conda environment including `xclim`'s dependencies and several optio
conda env create -n my_xclim_env python=3.10 --file=environment.yml
conda activate my_xclim_env
(my_xclim_env) python -m pip install -e --no-deps .
(my_xclim_env) python -m pip install --no-deps -e .

0 comments on commit c111abd

Please sign in to comment.