It's very simple.
First, download the ZIP file of akiraJobFinder. After this, dezip the file in a folder.
After, open a command prompt and go to the folder where you download akiraJobFinder.
python3 -m pip install -r requirements.txt
If the package is downloaded, everything is okay (normally).
For Linux, it's easier! Open a terminal and execute the following command:
git clone https://github.com/akira-trinity/akiraJobFinder.git
Same, download the module.
python3 -m pip install -r requirements.txt
Basically, the easiest way to use it is to launch the script in the command prompt.
First, go in the folder where do you download akiraJobFinder:
cd [The path to the folder]
And after this, just run the script!
python3 akiraJobFinder.py
Go to the folder of akiraJobFinder:
cd [Path to akiraJobFinder]
And run the script!
python3 akiraJobFinder.py
[1] Find a job
If you have an error when you run the script or the installation command, try to put python and not python3!