docs(questions): recommend installing faqtory via pipx (#4048)

This commit is contained in:
TomJGooding
2024-01-19 18:24:24 +00:00
committed by GitHub
parent 95f0c39106
commit ce962196c7

View File

@@ -5,10 +5,11 @@ Your questions should go in this directory.
Question files should be named with the extension ".question.md".
To build the FAQ, install [faqtory](https://github.com/willmcgugan/faqtory) if you haven't already:
To build the FAQ, install [faqtory](https://github.com/willmcgugan/faqtory) if you haven't already.
Faqtory is best installed via [pipx](https://github.com/pypa/pipx) to avoid any dependency conflicts:
```
pip install faqtory
pipx install faqtory
```
Then run the following from the top of the repository: