README: make the usage of virtualenv3 more explicit

This commit is contained in:
Tom Hacohen 2018-09-16 20:15:49 +01:00 committed by GitHub
parent 19c49975d7
commit 0738d02466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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