Installation
Everything at once:
pip install reproducible-scienceThat installs the verifier and the three tools it works with. To install one alone:
pip install citations # quotation checking onlypip install prereg # preregistration onlypip install results-cli # the run ledger onlyPython 3.11 or newer. Every package carries the same version and is released the same day, so
0.2.0 of one works with 0.2.0 of the others.
Optional extras
Section titled “Optional extras”Array locators need numpy:
pip install "reproducible-science[arrays]"Quotation checking against PDFs needs pdftotext from poppler:
On macOS:
brew install popplerOn Debian or Ubuntu:
sudo apt install poppler-utilsWithout it, a PDF quotation is reported unchecked with the reason extractor_missing. It is
never reported as absent — a missing tool is a fact about your machine, not about the paper.