From ce962196c73b2b87c9f812f66a6f6ded3f2aaf4b Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:24:24 +0000 Subject: [PATCH] docs(questions): recommend installing faqtory via pipx (#4048) --- questions/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/questions/README.md b/questions/README.md index f4b1f622d0..2a784461fb 100644 --- a/questions/README.md +++ b/questions/README.md @@ -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: