From d18a034a33d79a0178cb39d3dcf30ee9cd72e7f5 Mon Sep 17 00:00:00 2001 From: sergiusnick Date: Tue, 14 May 2019 16:37:19 +0300 Subject: [PATCH] requirements --- README.md | 4 ++++ requirements.txt | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 82c9fdb..e15f69e 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ Strategy Game This is Strategy Game on PyGame + +Установка зависимостей: + +pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..edf1822 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pygame==1.9.6 +numpy==1.15.4