You are viewing a single comment's thread from:
RE: Soccer Predictions using Python (part 4)
I've never used python in windows but from what I can see you would change directory to your python folder, possibly c:\python35, then run the following commands.
python -m pip install pandas
python -m pip install numpy
python -m pip install beautifulsoup4
python -m pip install selenium
Thank you, I'll try this. I just don't understand anything about code and I'm getting ahead of myself trying to run the programm :S One of this days I'll start making something simple, always wanted to make my own website.