From af81820c13087d7b7e3e5bc4fbf6e29e4245ad1b Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 8 Aug 2019 19:11:42 +0200 Subject: [PATCH] adding README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..77cc090 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +There's a setup.py in pEpPythonAdapter/ + +In Python we've setup tools, so it's: + +python3 setup.py build +python3 setup.py install + +That is a Python concept. You can find more about it here: + +https://docs.python.org/3/extending/building.html#building-c-and-c-extensions-with-distutils +