Windows
Guide on how to prepare a Windows machine
Last updated
Guide on how to prepare a Windows machine
Last updated
This guide will walk you through the process of using the terminal and python
Start by opening your terminal program
Verify if Python is installed on your system
You'll see something resembling the image below
Doesn't Work Move to step 3
Version Too old
You should get an output between 3.10.12 to the latest version of 3.12. If not, proceed to step 3 to upgrade to an appropriate version
Everything Okay
Move to step 4
If 'py -3' doesn't work, you'll need to install Python
Make sure to install PIP
Make sure to install py launcher
Make sure to add to environmental variables
Return to step 2 and retry the process
To confirm that pip is installed, return to the terminal and type
You should see a message similar to
From now on, all actions related to OF-Scraper will take place in the terminal program. Enter any commands you see within the terminal
For more resources on preparing your system