From 3820f0402af0992a9b3edb704be0118200116137 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Thu, 8 Oct 2020 08:53:18 +0400
Subject: [PATCH] Updated pip command.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 {{cookiecutter.project_name}}/first_run.bat | 2 +-
 {{cookiecutter.project_name}}/first_run.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/{{cookiecutter.project_name}}/first_run.bat b/{{cookiecutter.project_name}}/first_run.bat
index 713bd24..f1d87fe 100644
--- a/{{cookiecutter.project_name}}/first_run.bat
+++ b/{{cookiecutter.project_name}}/first_run.bat
@@ -1,4 +1,4 @@
-pip install --user pre-commit
+python3 -m pip install --user pre-commit
 git init
 git add .
 pre-commit install
diff --git a/{{cookiecutter.project_name}}/first_run.sh b/{{cookiecutter.project_name}}/first_run.sh
index 713bd24..f1d87fe 100644
--- a/{{cookiecutter.project_name}}/first_run.sh
+++ b/{{cookiecutter.project_name}}/first_run.sh
@@ -1,4 +1,4 @@
-pip install --user pre-commit
+python3 -m pip install --user pre-commit
 git init
 git add .
 pre-commit install
-- 
GitLab