1
0
mirror of https://github.com/google/fonts.git synced 2024-12-29 03:31:38 +03:00

tools/README.md pip install with --user

This commit is contained in:
Dave Crossland 2016-08-05 00:57:43 -04:00
parent 2df0c8f695
commit 6955561579

View File

@ -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