Installation
Pypi
To install with pip, all you need to do is simply go to the project directory and type this into the command line:
pip install igrade
git clone
Navigate to your project from the command line, and go to the folder you would like the project to be located in.
Type
git clone https://github.com/Kasherpete/Igrade-web-scraper.gitinto the prompt, and wait for the installation. This should only take a few seconds.You should now see the project folder in your workspace, if you do, you are ready to start using the module!
Github CLI
If you have
the Github’s Official CLI installed,
you can install that way if you want to. Type
gh repo clone Kasherpete/Igrade-web-scraper and follow the steps
above for moving the module into your project folder.
Installing Manually
If you would like to install everything manually or you don’t want to deal with issues with git or Github, follow these steps:
Download the zip file here
DownloadExtract the contents of the file. You can do this on a Mac by double clicking on the file, and you can do it on windows by right clicking and pressing “extract all”. You may need an external program in order to properly unzip the file.
Move the file to the project directory. You can do this via File Explorer or Finder, or using the command line if you so wish.
Congratulations! You are now able to use the module and continue with the guide.