You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,16 @@ python iosr.py
29
29
python macr.py
30
30
```
31
31
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
+
32
42
### App Store Ranking. Parameters
33
43
34
44
To obtain an application ranking inside the App Store you have to type this command in Terminal or Command Prompt
0 commit comments