mirror of
https://github.com/zeldaret/ph
synced 2026-05-25 15:25:10 -04:00
pre-commit: Install instructions
This commit is contained in:
+6
-2
@@ -21,11 +21,15 @@ Contents:
|
||||
```shell
|
||||
python -m pip install -r tools/requirements.txt
|
||||
```
|
||||
4. Run the setup script:
|
||||
4. Install pre-commit hooks:
|
||||
```shell
|
||||
pre-commit install
|
||||
```
|
||||
5. Run the setup script:
|
||||
```shell
|
||||
python tools/setup.py
|
||||
```
|
||||
5. Run the Ninja configure script:
|
||||
6. Run the Ninja configure script:
|
||||
```shell
|
||||
python tools/configure.py <eur|usa>
|
||||
```
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
pre-commit
|
||||
pyperclip
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user