this is a wonderful project. But python3 -m pip install --user pandoc-theoremnos fails with
ERROR: Could not find a version that satisfies the requirement pandoc-theoremnos (from versions: none)
ERROR: No matching distribution found for pandoc-theoremnos
I had the same pb. Installing from GitHub directly works.
pip install git+https://github.com/tomduck/pandoc-theoremnos.git
Or from a fork
pip install git+https://github.com/davidjscience/pandoc-theoremnos.git
Hello,
this is a wonderful project. But
python3 -m pip install --user pandoc-theoremnos
fails with