From a9346a4c3b145e1363a5c6933c5890eea3839c04 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 10 Oct 2019 01:02:11 -0300 Subject: [PATCH] Updating python build instructions for windows. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db17b3e..c0c7c23 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,15 @@ Compiling for Windows (With MSYS2) 5. Get python-tn3270 sources from git - * git clone https://github.com/PerryWerneck/python-tn3270.git + * git clone https://github.com/PerryWerneck/python-tn3270.git ./python-tn3270 6. Build the extension using setup.py * cd python-tn3270 * python setup.py build +7. Install extension + + * python setup.py install + -- libgit2 0.21.2