From 10d8eb1b0acd1c7871e10ca833d62aad6487eeb5 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 18 Nov 2018 16:35:09 +0000 Subject: [PATCH] Notes on required packages --- implementations/python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations/python/Makefile b/implementations/python/Makefile index 9481d59..825390f 100644 --- a/implementations/python/Makefile +++ b/implementations/python/Makefile @@ -14,5 +14,6 @@ clean: rm -rf preserves.egg-info build dist publish: + # sudo apt install python3-wheel twine python3 setup.py sdist bdist_wheel twine upload dist/*