2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 19:50:59 +00:00

Update invoke docs (#6263)

- Minimum invoke version is 2.0.0
This commit is contained in:
Oliver
2024-01-17 12:36:24 +11:00
committed by GitHub
parent 75f75ed820
commit 386aa5952c
2 changed files with 14 additions and 4 deletions

View File

@ -66,7 +66,10 @@ InvenTree runs on [Python](https://python.org).
InvenTree makes use of the [invoke](https://www.pyinvoke.org/) python toolkit for performing various administrative actions.
!!! warning "Invoke Version"
InvenTree requires invoke version 1.4.0 or newer. Some platforms may be shipped with older versions of invoke!
InvenTree requires invoke version 2.0.0 or newer. Some platforms may be shipped with older versions of invoke!
!!! tip "Updating Invoke"
To update your invoke version, run `pip install -U invoke`
To display a list of the available InvenTree administration actions, run the following commands from the top level source directory: