From 0e68ea4e51d29bcc9f1ac61001258f5978dace76 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 2 Oct 2019 12:16:41 +0200 Subject: [PATCH] build-requirements.txt --- README.md | 2 +- build-requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build-requirements.txt diff --git a/README.md b/README.md index 39fef9b..b8c396c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ Use key name from [arcade.key package](http://arcade.academy/arcade.key.html). ## Build ```shell -python -m pip install cx-freeze +python -m pip install -r build-requirements.txt python setup.py build ``` \ No newline at end of file diff --git a/build-requirements.txt b/build-requirements.txt new file mode 100644 index 0000000..8d04bd4 --- /dev/null +++ b/build-requirements.txt @@ -0,0 +1 @@ +cx-freeze \ No newline at end of file