Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 67ec2b7

Browse files
authored
Merge pull request #641 from AboorvaDevarajan/fix_readme
Fix README
2 parents 4cf7b5f + e9cac35 commit 67ec2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ But, in order to do development locally, you need to install `dash` before every
1717
# python 2
1818
$ pip install virtualenv --user && virtualenv venv && . venv/bin/activate
1919
# python 3
20-
$ python -m venv && . venv/bin/activate
20+
$ python -m venv venv && . venv/bin/activate
2121

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

0 commit comments

Comments
 (0)