...
6. Specify the path to Python scripts (for example, C:\Programs\Python\Python39\Scripts
).
...
7. Click OK.
Installing Requests and Beautifulsoup4
Requests is an HTTP library. This package is used in the script to communicate with Koji.
When installing Requests, the beautifulsoup4 library is installed as well. It Beautifulsoup4 library is used to parse HTML.
To install Requests ( and beautifulsoup4)Beautifulsoup4:
1. In the command prompt, run the following:
Code Block |
---|
python -m pip install requests
python -m pip install beautifulsoup4 |
Running the tool
1. Download the archive with the converting tool.
...