Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 7ca3ab2

Browse files
Fix README
1 parent cfe5bfa commit 7ca3ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)