2
0
forked from Wavyzz/dolibarr

Update doc

This commit is contained in:
Laurent Destailleur
2024-07-21 00:38:45 +02:00
parent e1175158c3
commit ddaadfdd43

View File

@@ -25,7 +25,10 @@ the project: `pre-commit-config.yaml`.
1. Install pre-commit tool.\
If you do not have python installed, install [python](https://www.python.org) first.\
`sudo apt install python3`
If you do not have [`pip`](https://pypi.org/project/pip), install that as well.\\
`sudo apt install pip`
Then you can install pre-commit tool:
`python3 -m pip install pre-commit`