diff options
author | Felix Hammerl <felix.hammerl@gmail.com> | 2016-02-11 11:32:05 +0100 |
---|---|---|
committer | Felix Hammerl <felix.hammerl@gmail.com> | 2016-02-11 11:32:05 +0100 |
commit | 19184d189d2b51d8f01cf9d3866b31a9820656ac (patch) | |
tree | d4d9ea34967e6225c8c128c91f5b16864b49d1f9 | |
parent | dd1c1ee473364e2b298ee4fbdf11abc2894932d8 (diff) |
Clarify optional steps to run test on host machine
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ $ cd pixelated-user-agent $ vagrant up ``` -4) Set up your python virtualenv +4) (optional) If you want to run the tests in your IDE on your host machine outside of vagrant, set up your python virtualenv ``` $ pip install virtualenv setuptools @@ -36,7 +36,7 @@ $ virtualenv -p [PATH/TO/YOUR/PYTHON/EXECUTABLE] pixelated $ source ~/.virtualenv/pixelated/bin/activate ``` -5) There's a bug in a LEAP library that can't handle symlinks to your local GPG installation. To fix it, add the path to your GPG binary to your $PATH so that it is found before the symlink in `/usr/local/bin` (or similar) +5) (optional) If you want to run the tests in your IDE on your host machine outside of vagrant, there's a bug in a LEAP library that can't handle symlinks to your local GPG installation. To fix it, add the path to your GPG binary to your $PATH so that it is found before the symlink in `/usr/local/bin` (or similar) 6) Log into the VM: |