Skip to content

Commit 8ee5c8c

Browse files
authored
Merge pull request #1935 from plotly/contributing-pip-install
update CONTRIBUTING guide - pip install
2 parents 97b2216 + a2474a7 commit 8ee5c8c

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
@@ -14,7 +14,7 @@ $ python3 -m venv .venv/dev
1414
# on some linux / mac environments, use `.` instead of `source`
1515
$ source .venv/dev/bin/activate
1616
# install dash and dependencies
17-
$ pip install -e .[testing,dev] # in some shells you need \ to escape []
17+
$ pip install -e .[ci,dev,testing,celery,diskcache] # in some shells you need \ to escape []
1818
$ npm install
1919
# this script will build the dash-core-components, dash-html-components, dash-table,
2020
# and renderer bundles; this will build all bundles from source code in their

0 commit comments

Comments
 (0)