From 63becedaf51d069744b4088253d883d08e883aa1 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 13 Jul 2021 10:11:28 +0200 Subject: [PATCH] Ensure we have wheel installed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb335be..f3f35f3 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,6 @@ Please ask around @ Varia for who has PyPi access. ``` $ # ... change the version number in setup.py ... # -$ pip install twine +$ pip install twine wheel $ make publish ```