Skip to content

Commit dca09e8

Browse files
committed
Change README instructions
The python file needs either to be an executable and run as ./installfest.py or run simply with python3 installfest.py Also if python2.7 is used errors occur.
1 parent dd56d45 commit dca09e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ This is a little helper script that helped us with organizing the GNU/Linux inst
1515
### Usage guidelines:
1616
- Clone (`git clone https://github.com/cs-unipi-FOSS/InstallfestHelper.git`) or download as zip.
1717
- Move to InstallfestHelper folder (`cd /path/to/InstallfestHelper`).
18-
- Allow installfest.py as executable (`chmod +x installfest.py`).
19-
- Run `python installfest.py CSVfile` where _CSVfile_ is your input file.
20-
- Run `python installfest.py -h` or `python installfest.py --help` to see the help message.
18+
- Run `python3 installfest.py CSVfile` where _CSVfile_ is your input file.
19+
- Run `python3 installfest.py -h` or `python installfest.py --help` to see the help message.
2120
- The parameter `--get-feedback-recipients` returns a list with the emails of all those who opted in for feedback.
2221
- The parameter `--no-stats` suppresses the 'Processed # Persons' message.
2322

0 commit comments

Comments
 (0)