From 2d76a3bf87b9175b711225a397cc82514e494f76 Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Tue, 13 Sep 2022 18:13:08 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbca77d..afada03 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,28 @@ Install below software before using this tool 1. yum install cpan 2. yum install perl +3. yum install perl-YAML +4. python3 setup.py install #### Preparation Execute the following command to complete the system configuration + 1. sudo cpan 2. install Archive::Tar 3. install Archive::Zip 4. install Text::Autoformat 5. install Parse::CPAN::Packages + #### Instructions -perlporter is a tool to create spec file and create rpm for python modules +perlporter is a tool to create spec file and create rpm for perl modules For more details, please use perlporter -h -perlporter -s -b -d -o python-.spec +Example: to generate spec file for perl-Clone: + +``` +perlporter -s Clone +``` #### Contribution -- Gitee