From 4aa1e290f63b00940270c7a0b4ac69a595373fad Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 28 Jul 2020 17:07:38 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BF=20Setup=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ac805cc..c4bf7f0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "render": "npx ts-node src/index.ts", "dev": "nodemon src/index.ts", - "dev:debug": "nodemon --inspect src/index.ts" + "dev:debug": "nodemon --inspect src/index.ts", + "setup": "sudo pip3 install virtualenv && virtualenv env && . env/bin/activate && pip3 install -r requirements.txt && yarn install" }, "repository": "git@github.com:KaizIqbal/apple_cursor.git", "author": "Kaiz Khatri",