add command to install pip package manager (not installed by default) and fully qualify path to pre-commit

This commit is contained in:
Michael Becker 2021-05-12 00:14:25 -04:00
parent ccaeeb9336
commit 533dc01364
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -96,8 +96,9 @@ msbuild
./fxtool install gtk
# ================ INSTALL PRE-COMMIT HOOKS MANAGER ================
sudo apt install python3-pip
pip install pre-commit
pre-commit install
~/.local/bin/pre-commit install
echo "Build finished! Now type ./universal-editor to"
echo "run the program, or type ./install.sh to install to your local"