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 97b2216 commit a2474a7Copy full SHA for a2474a7
CONTRIBUTING.md
@@ -14,7 +14,7 @@ $ python3 -m venv .venv/dev
14
# on some linux / mac environments, use `.` instead of `source`
15
$ source .venv/dev/bin/activate
16
# install dash and dependencies
17
-$ pip install -e .[testing,dev] # in some shells you need \ to escape []
+$ pip install -e .[ci,dev,testing,celery,diskcache] # in some shells you need \ to escape []
18
$ npm install
19
# this script will build the dash-core-components, dash-html-components, dash-table,
20
# and renderer bundles; this will build all bundles from source code in their
0 commit comments