mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Update FAQ section
(cherry picked from commit ced3f794fa56ebb915d0047fc8e2613d51112dda)
This commit is contained in:
parent
6096b82ae1
commit
9e2e1e1a3a
16
docs/faq.md
16
docs/faq.md
@ -15,3 +15,19 @@ Before [raising an issue](https://github.com/inventree/inventree/issues), try ha
|
|||||||
or
|
or
|
||||||
|
|
||||||
<kbd>Ctrl</kbd> + <kbd>F5</kbd>
|
<kbd>Ctrl</kbd> + <kbd>F5</kbd>
|
||||||
|
|
||||||
|
### Command 'inv' / 'invoke' not found
|
||||||
|
|
||||||
|
If the `inv` or `invoke` command does not work, it means that the [invoke](https://pypi.org/project/invoke/) python library has not been correctly installed.
|
||||||
|
|
||||||
|
Update the installed python packages with PIP:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip3 install -U -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
### ModuleNotFoundError: No module named 'django'
|
||||||
|
|
||||||
|
Most likely you are trying to run the InvenTree server from outside the context of the virtual environment where the required python libraries are installed.
|
||||||
|
|
||||||
|
Always activate the virtual environment before running server commands!
|
Loading…
x
Reference in New Issue
Block a user