summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-03-29 22:40:42 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-03-29 22:40:42 -0700
commit7a018cc786b9737da508886b73e176076e019e65 (patch)
tree1b4aa86a903fc78cb6d04b191c88cf5f848d4654 /docs
parent99f6dc72c310708f577922c8b71b1087cf92fe31 (diff)
downloadpyscss-7a018cc786b9737da508886b73e176076e019e65.tar.gz
Mention soft libpcre dep. Fixes #262.
Diffstat (limited to 'docs')
-rw-r--r--docs/usage.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/usage.rst b/docs/usage.rst
index 7d451fb..235c030 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -9,7 +9,12 @@ known to work. Install with pip::
pip install pyScss
-Its lone dependency is the ``six`` library, which pip should install for you.
+Its lone Python dependency is the ``six`` library, which pip should install for
+you.
+
+There's also an optional C speedup module, which requires having ``libpcre``
+and its development headers installed, with UTF-8 support enabled (which it is
+by default).
Usage