- Setup python virtual environment:
$ python -m venv .virtual_env_name
- Activate venv:
$ source .venv/bin/activate
- Install dependencies in virtual env:
$ python -m pip install requirements.txt
Note: Or you can install dependencies manually using
pip install package_name
if you encounter any repository-related error.
- Run the
src/main.py
and scan for junk before proceeding to clean it (ofc).
- Choosing an option:
- Analysing junk...
- Cleaning junk...