BurntSushi / nflgame

An API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used for fantasy football.
http://pdoc.burntsushi.net/nflgame
The Unlicense
1.27k stars 412 forks source link

import nfl #378

Open crcucb opened 4 years ago

crcucb commented 4 years ago

I have python 2.7.17 on windows 10. I downloaded virtualenv and believed I activated it. I run pip install nflgame-redux==2.0.1b1 from powershell admin and it runs fine.

When I run nflgame-update-players from powershell it asks me which program I want to run it in.

I tried this command in python command line >>>nflgame-update-players I get ;nflgame' is not defined.

I then tried import nflgame from the python command line and it closes the python command line window.

ochawkeye commented 4 years ago

You'll probably have better luck moving your question to the active fork that you installed.

https://github.com/derek-adair/nflgame

derek-adair commented 4 years ago

Ya, i'll be pushing the new readme to pypi so this stops happening... TODAY...