From bacbdbc9bf9861d6148f00a795d6afe86a1f53d8 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Mon, 23 Jan 2017 21:53:04 +0200 Subject: tweak --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4df4405..3e7862d 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ Testing/development tips To run tests under CPython, run:: pip install pytest # if you don't have py.test already + pip install pycparser python setup.py build_ext -f -i - py.test c/ test/ + py.test c/ testing/ If you run in another directory (either the tests or another program), you should use the environment variable ``PYTHONPATH=/path`` to point -- cgit v1.2.1