We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9aa4d1 commit cc2b638Copy full SHA for cc2b638
CONTRIBUTING.md
@@ -12,7 +12,7 @@ $ python3 -m venv .venv/dev
12
# activate the virtualenv (on windows .venv\dev\scripts\activate)
13
$ . .venv/dev/bin/activate
14
# install dash and dependencies
15
-$ pip install -e .[testing,ci] # might need \ to espcae []
+$ pip install -e .[testing,ci] # in some shells you need \ to escape []
16
$ cd dash-renderer
17
# build renderer bundles, this will build all bundles from source code
18
# the only true source of npm version is defined in package.json
0 commit comments