summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix Hammerl <felix.hammerl@gmail.com>2016-02-11 11:32:05 +0100
committerFelix Hammerl <felix.hammerl@gmail.com>2016-02-11 11:32:05 +0100
commit19184d189d2b51d8f01cf9d3866b31a9820656ac (patch)
treed4d9ea34967e6225c8c128c91f5b16864b49d1f9 /README.md
parentdd1c1ee473364e2b298ee4fbdf11abc2894932d8 (diff)
Clarify optional steps to run test on host machine
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c684682b..9cb7f215 100644
--- a/README.md
+++ b/README.md
@@ -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: