From f63335e48c30345462b926b8d44bff058c5772ef Mon Sep 17 00:00:00 2001 From: Jack McKew Date: Fri, 16 Apr 2021 09:17:26 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23c619f..166e246 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To build your application, you need to specify where your source code is via the The source code directory should have your `.spec` file that PyInstaller generates. If you don't have one, you'll need to run PyInstaller once locally to generate it. Also if you have another program `.spec` file you can set specific pyinstaller `.spec` file by `spec: ` -If the `src` folder has a `requirements.txt` file, the packages will be installed into the environment before PyInstaller runs. +If the `src` folder has a `requirements.txt` file, the packages will be installed into the environment before PyInstaller runs. This can also be specified via the `requirements` argument. If you wish to specify a package mirror, this is possibly via the `pypi_url` and/or the `pypi_index_url`, these defaults are: