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