Skip to content

Commit dce50d4

Browse files
authored
Update CONTRIBUTING.md
Minor corrections to Contributor Guide
1 parent b6a1197 commit dce50d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $ git clone https://github.com/plotly/dash
1010
$ cd dash
1111
$ python3 -m venv .venv/dev
1212
# activate the virtualenv (on windows .venv\dev\scripts\activate)
13-
$ . .venv/dev/bin/activate
13+
$ source .venv/dev/bin/activate
1414
# install dash and dependencies
1515
$ pip install -e .[testing,dev] # in some shells you need \ to escape []
1616
$ cd dash-renderer
@@ -23,7 +23,7 @@ $ pip install -e .
2323
# build and install components used in tests
2424
$ cd .. # should be back in dash/ root directory
2525
$ npm install
26-
$ npm run setup-tests
26+
$ npm run setup-tests.py # or npm run setup-tests.R
2727
# you should see both dash and dash-renderer are pointed to local source repos
2828
$ pip list | grep dash
2929
```

0 commit comments

Comments
 (0)