README: make the usage of virtualenv3 more explicit

pull/10/head
Tom Hacohen 6 years ago committed by GitHub
parent 19c49975d7
commit 0738d02466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ git clone https://github.com/etesync/server-skeleton.git
cd server-skeleton
# Set up the environment and deps
virtualenv .venv
virtualenv3 .venv
source .venv/bin/activate
pip install -r requirements.txt

Loading…
Cancel
Save