Closed sfluegel05 closed 3 years ago
Some of the commands in README.md don't work. In the installation section, the second code block should be
# On Linux hosts with Python3 installed python3 -m venv ve && . ve/bin/activate
(venv is missing and it should be activate, not active)
venv
activate
active
And in the usage section, second code block, the --tptp flag is missing a -:
--tptp
-
[rob@demo]$ parse_clif -f C:/Users/torsten/GitHub/colore/ontologies/multidim_space_dim/dim_prime_linear.clif -tptp --resolve
Thanks for noticing - should be fixed now
Some of the commands in README.md don't work. In the installation section, the second code block should be
(
venv
is missing and it should beactivate
, notactive
)And in the usage section, second code block, the
--tptp
flag is missing a-
: