From 415fcc3cf48d4e9d00ec09af6fc10092da5fc355 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 5 Jul 2019 23:01:44 +0200 Subject: [PATCH] Fix typo --- spec_files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec_files/README.md b/spec_files/README.md index 5980f16..07e2a01 100644 --- a/spec_files/README.md +++ b/spec_files/README.md @@ -6,7 +6,7 @@ ## ARTEMIS 3 .SPEC FILES -Artemis 3 .spec files are used by the package **pyinstaller** (https://www.pyinstaller.org/) to build a single standalone executable. The extreme versatility of this package is the fact that every external dependency is already embedded into the bundle. The interpreter of Python 3 is also included. Python +Artemis 3 .spec files are used by the package **pyinstaller** (https://www.pyinstaller.org/) to build a single standalone executable. The extreme versatility of this package is the fact that every external dependency is already embedded into the bundle. The interpreter of Python 3 is also included. ## Requirements - Python 3.7.0+