From 6daf4be03675f22ec24f2a067f753427ff4dbbb4 Mon Sep 17 00:00:00 2001 From: Maarceeli Date: Mon, 10 Mar 2025 16:59:53 +0100 Subject: [PATCH] Add compilation instructions to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index aa511ce..0d37342 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,11 @@ Full of programming warcrimes ```sh pip install -r requirements.txt +``` + +## Compilation + +```sh +pip install nuitka +nuitka --onefile --include-data-dir=src/locales=src/locales src/main.py ``` \ No newline at end of file