Skip to content

Commit

Permalink
Merge pull request #641 from AboorvaDevarajan/fix_readme
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
alexcjohnson committed Sep 10, 2019
1 parent d6d3fad commit b6603f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dash-core-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ But, in order to do development locally, you need to install `dash` before every
# python 2
$ pip install virtualenv --user && virtualenv venv && . venv/bin/activate
# python 3
$ python -m venv && . venv/bin/activate
$ python -m venv venv && . venv/bin/activate

# make sure dash is installed with dev and testing dependencies
$ pip install dash[dev,testing] # in some shells you need \ to escape []
Expand Down

0 comments on commit b6603f2

Please sign in to comment.