Skip to content

Commit eddd990

Browse files
authored
Update README.md
1 parent 6387380 commit eddd990

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ python iosr.py
2929
python macr.py
3030
```
3131

32+
## Packages
33+
34+
If you have an error related to enums maybe you have to install **enum34** module to obtain compatibility. Type this on your Terminal or Command Prompt
35+
36+
```bash
37+
pip instal enum34
38+
```
39+
40+
Mac and Linux user maybe have to prefix command with `sudo`
41+
3242
### App Store Ranking. Parameters
3343

3444
To obtain an application ranking inside the App Store you have to type this command in Terminal or Command Prompt

0 commit comments

Comments
 (0)