From 6955561579e119219fbfd6aed070bc2d302b81bc Mon Sep 17 00:00:00 2001 From: Dave Crossland Date: Fri, 5 Aug 2016 00:57:43 -0400 Subject: [PATCH] tools/README.md pip install with --user --- tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index dd4596c6b..0bf0173d8 100644 --- a/tools/README.md +++ b/tools/README.md @@ -26,7 +26,7 @@ To use `compare_font.py` and `sanity_check.py` you will need: These can be installed with pip: sudo easy_install pip; - sudo pip install google-apputils protobuf git+git://github.com/behdad/fonttools.git; + pip install --user google-apputils protobuf git+git://github.com/behdad/fonttools.git; ## License