summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index f8e7968..9a9f73f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -15,8 +15,11 @@ Python files in the pycparser/ directory are OK. Check to see that lextab.py and
yacctab.py are there.
Now create a new virtualenv and in it install the tarball with
-`pip install <tarballname>`. See that pycparser is importable in the Python
-interpreter of this virtualenv; run pycparser tests from this virtualenv.
+`pip install <tarballname>`. May need to install `wheel` first if seeing errors
+about `bdist_wheel`.
+
+See that pycparser is importable in the Python interpreter of this virtualenv;
+run pycparser tests from this virtualenv.
After this it's OK to rerun `python3.6 -m twine upload dist/*` to push to PyPI
(older Pythons use a deprecated API for PyPI uploading).