Currently, the readme tells you to fetch and build primecount. But with the new meson subproject mechanism, this is not needed. A simpler way to install would be:
- Optional: Install primecount v8 using system manager
- Run
pip install primecount (or pip install . for dev with checked out repo code)