Closed kkaiser closed 1 year ago
@kkaiser
Hi! The project is maintained.
Did you install init command?
$ pip3 install foliantcontrib.init
Learn more about installation options at https://foliant-docs.github.io/docs/installation/
Thanks for the reply. I missed the sentence, sorry about that
For the Quickstart, you'll need the MkDocs backend and init CLI extension:
Do you have an explanation for the version mismatch?
@kkaiser it's hard to tell, Python is famous for those type of issues. I'd remove the venv folder and start from scratch and see if it works. Maybe you have 1.0.12 installed previously and it still exposes its binary.
Hello,
Your documentation quickstart mentions
foliant init
to create the initial structure but installingfoliant
from PyPI results in this error for Python 3.11.2The installed version is Foliant v.1.0.12 which is weird because it says version 1.0.13 from PyPI.
Is this project still maintained?