summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2018-12-22 13:55:05 +0200
committerGitHub <noreply@github.com>2018-12-22 13:55:05 +0200
commit5d9c40ae446fe6bf0c8ccd17a327f5ae4a868691 (patch)
tree5c66d1259e9bf5a737e6c9bd033656418f339a65
parent142387885dd1673d7ba1bc94de285097bb9b1277 (diff)
Update BENCHMARK.md
-rw-r--r--test/BENCHMARK.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/BENCHMARK.md b/test/BENCHMARK.md
index 0c3501a..edcc18f 100644
--- a/test/BENCHMARK.md
+++ b/test/BENCHMARK.md
@@ -39,10 +39,12 @@ Make sure you have pyenv and pyenv-virtualenv installed.
* $ `git checkout q-benchmark`
* $ `cd test/`
* $ `pyenv install 2.7.11`
-* $ `pyenv virtualenv 2.7.11 py2-q
+* $ `pyenv virtualenv 2.7.11 py2-q`
+* $ `pyenv activate py2-q`
* $ `pip install -r ../requirements.txt`
* $ `pyenv install 3.6.4`
* $ `pyenv virtualenv 3.6.4 py3-q`
+* $ `pyenv activate py3-q`
* $ `pip install -r ../requirements.txt`
* Install `textql` (brew/apt-get/whatever)