From a72e502cc30354b9b36afbb625568724da73fe89 Mon Sep 17 00:00:00 2001 From: Uniminin <42061747+Uniminin@users.noreply.github.com> Date: Wed, 5 Feb 2020 19:12:19 +0600 Subject: [PATCH] Create makefile --- src/bin/rpython/makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/bin/rpython/makefile diff --git a/src/bin/rpython/makefile b/src/bin/rpython/makefile new file mode 100644 index 0000000..74df0db --- /dev/null +++ b/src/bin/rpython/makefile @@ -0,0 +1,2 @@ +run: + pip install -r requirements.txt