Closed arthurpaulino closed 3 years ago
This is the output of pip show alectryon
:
(exp) arthur@metamind:~$ pip show alectryon
Name: alectryon
Version: 1.4.0
Summary: A library to process Coq snippets embedded in documents, showing goals and messages for each Coq sentence.
Home-page: https://github.com/cpitclaudel/alectryon
Author: Clément Pit-Claudel
Author-email: clement.pitclaudel@live.com
License: MIT
Location: /home/arthur/miniconda3/envs/exp/lib/python3.8/site-packages
Requires: pygments, beautifulsoup4, docutils, dominate
Required-by:
Ah, i just had to run eval $(opam env)
I've already installed
coq-serapi
withopam
, but when I try to runalectryon
it says thatsertop
needs to be installed. But if I try to run the proposed command, it says thatcoq-serapi
is already installed: