From 4afab10cd1ef525f54674141b1365d9cd1477279 Mon Sep 17 00:00:00 2001 From: myeuler Date: Wed, 20 May 2020 15:04:40 +0800 Subject: [PATCH 1/2] update README.md. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cb3b698..6b7e55e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ A rpm packager bot for python modules from pypi.org 1. python3 setup.py install +#### Preparation +Install below software before using this tool +gcc +gdb +libstdc++-devel +python3-cffi + #### Instructions 1. pyporter -s -b -d -o python-.spec -- Gitee From b99f7f6d2195e00c3273d9d585522006f58c5f61 Mon Sep 17 00:00:00 2001 From: myeuler Date: Wed, 20 May 2020 15:06:13 +0800 Subject: [PATCH 2/2] update README.md. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b7e55e..32e090e 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ A rpm packager bot for python modules from pypi.org #### Preparation Install below software before using this tool -gcc -gdb -libstdc++-devel -python3-cffi +1. gcc +2. gdb +3. libstdc++-devel +4. python3-cffi #### Instructions -- Gitee