Skip to content

Commit eeaea31

Browse files
Update comment describing conda dev set up
- Update commented commands in environment.yml to match the command in development_setup.rst - This version of the command does not cause issues with zsh (due to the quotation marks).
1 parent 9d1a393 commit eeaea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# conda env create -f environment.yml
44
# conda activate mpl-dev
5-
# pip install -e .[dev]
5+
# pip install --verbose --no-build-isolation --editable ".[dev]"
66
#
77
---
88
name: mpl-dev

0 commit comments

Comments
 (0)