build-requirements.txt

This commit is contained in:
Adrien MALINGREY 2019-10-02 12:16:41 +02:00
parent b95478ea8d
commit 0e68ea4e51
2 changed files with 2 additions and 1 deletions

View File

@ -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
```

1
build-requirements.txt Normal file
View File

@ -0,0 +1 @@
cx-freeze