From 697d5a6eedc2be5c9ef550324a46709b77a166dd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 24 2016 07:46:41 +0000 Subject: Specify in the README that the virtualenv must be py3 --- diff --git a/README.rst b/README.rst index 8c22380..0e6a5a9 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ development instance of this project, follow these steps: :: - mkvirtualenv mdapi + mkvirtualenv mdapi -p python3 * Install the dependencies