File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $ git clone https://github.com/plotly/dash
10
10
$ cd dash
11
11
$ python3 -m venv .venv/dev
12
12
# activate the virtualenv (on windows .venv\dev\scripts\activate)
13
- $ . .venv/dev/bin/activate
13
+ $ source .venv/dev/bin/activate
14
14
# install dash and dependencies
15
15
$ pip install -e .[testing,dev] # in some shells you need \ to escape []
16
16
$ cd dash-renderer
@@ -23,7 +23,7 @@ $ pip install -e .
23
23
# build and install components used in tests
24
24
$ cd .. # should be back in dash/ root directory
25
25
$ npm install
26
- $ npm run setup-tests
26
+ $ npm run setup-tests.py # or npm run setup-tests.R
27
27
# you should see both dash and dash-renderer are pointed to local source repos
28
28
$ pip list | grep dash
29
29
```
You can’t perform that action at this time.
0 commit comments