Installation Guide#

Requirements#

Before you begin, ensure you have the following installed:

Verifying Installation#

After installing all the requirements, verify the installations by running the following commands:

python --version
uv --version
qpdf --version
git --version

Each command should display the version number.

Installing rokujo-collector-scrapy-generic#

Clone the repository:

git clone https://github.com/trombik/rokujo-collector-scrapy-generic.git

Navigate to the project directory:

cd rokujo-collector-scrapy-generic

Install the dependencies:

uv sync

Verify Scrapy installation:

uv run scrapy --version

Note

If you encounter any issues during installation, please refer to the respective documentation links provided above.

For any further assistance, feel free to open an issue on the GitHub repository Issues.