Skip to content

Commit cc2b638

Browse files
byronzalexcjohnson
andauthored
Update CONTRIBUTING.md
Co-Authored-By: alexcjohnson <johnson.alex.c@gmail.com>
1 parent a9aa4d1 commit cc2b638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ python3 -m venv .venv/dev
1212
# activate the virtualenv (on windows .venv\dev\scripts\activate)
1313
$ . .venv/dev/bin/activate
1414
# install dash and dependencies
15-
$ pip install -e .[testing,ci] # might need \ to espcae []
15+
$ pip install -e .[testing,ci] # in some shells you need \ to escape []
1616
$ cd dash-renderer
1717
# build renderer bundles, this will build all bundles from source code
1818
# the only true source of npm version is defined in package.json

0 commit comments

Comments
 (0)