summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e4e3f9..1c10842 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,8 @@ Although PLY is open-source, it is not distributed or installed by
package manager. There are only two files: `lex.py` and `yacc.py`,
both of which are contained in a `ply` package directory. To use PLY,
copy the `ply` directory into your project and import `lex` and `yacc`
-from the associated `ply` subpackage.
+from the associated `ply` subpackage. Alternatively, you can install
+these files into your working python using `make install`.
```python
from .ply import lex