Installation Guide#
Requirements#
Before you begin, ensure you have the following installed:
Python 3.11 or newer
Download from Python’s official website
For Windows users, refer to Using Python on Windows
uv
Install from uv’s GitHub repository
Check the documentation for more details
qpdf
Download binaries from qpdf’s GitHub releases
Refer to the documentation for setup instructions
git
Install from git-scm.com
Windows users: Installation guide
macOS users: Installation guide
jq (optional, but highly recommended)
Install from Download jq page
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.