Is it possible to install pandoc binaries?
Hi there,
Is it possible to install pandoc binaries on replit shell?
Thanks in advance.
Voters
RYANTADIPARTHI (6001)
try doing pip install pandoc_binaries
or something. IF it works, then it's available. If it doesn't, then it's not.
novaflippers (63)
Which language?
JulinCervio (0)
@novaflippers Python, thanks.
You can install it many ways,
pip install pandoc_binaries
Thanks @novaflippers but it seems there is no such package available.
Finally I downloaded a precompiled binary of pandoc and added it to the PATH. That way it worked.
Thanks again for your time.