architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 220 forks source link

Got rankings last year #96

Closed BrettDong closed 8 years ago

BrettDong commented 8 years ago
$ soccer --league EPL --standings
POS     CLUB                              PLAYED        GOAL DIFF     POINTS    
1       Leicester City FC                 38            32            81        
2       Arsenal FC                        38            29            71        
3       Tottenham Hotspur FC              38            34            70        
4       Manchester City FC                38            30            66        
5       Manchester United FC              38            14            66        
6       Southampton FC                    38            18            63        
7       West Ham United FC                38            14            62        
8       Liverpool FC                      38            13            60        
9       Stoke City FC                     38           -14            51        
10      Chelsea FC                        38            6             50        
11      Everton FC                        38            4             47        
12      Swansea City FC                   38           -10            47        
13      Watford FC                        38           -10            45        
14      West Bromwich Albion FC           38           -14            43        
15      Crystal Palace FC                 38           -12            42        
16      AFC Bournemouth                   38           -22            42        
17      Sunderland AFC                    38           -14            39        
18      Newcastle United FC               38           -21            37        
19      Norwich City FC                   38           -28            34        
20      Aston Villa FC                    38           -49            17
tibordjantar commented 8 years ago

don't use PIP for installation ( the python repo is outdated) Build it from source

HTH Tibor

BrettDong commented 8 years ago

Thanks a lot @tibordjantar, you're right. The culprit is PIP.

carlosvargas commented 8 years ago

Hey @architv, do you have any time to update pip with the latest changes?