Skip to content

Commit

Permalink
docs(questions): recommend installing faqtory via pipx (#4048)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJGooding authored Jan 19, 2024
1 parent 95f0c39 commit ce96219
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions questions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce96219

Please sign in to comment.