mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docs(questions): recommend installing faqtory via pipx (#4048)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user