From 2ca09ad96b1f97bcdbc510b677c8047eb7406a8b Mon Sep 17 00:00:00 2001 From: Prakash4844 Date: Mon, 3 Jul 2023 21:19:38 +0530 Subject: [PATCH] Updated README.md Updated requirements.txt --- README.md | 12 ++++++++++++ requirements.txt | 1 + 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 78716ee..ed81bb3 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,16 @@ Archetype of the page - Done! - Bonus: You can Star this repo if you want to 😀 +### Building + +- Install Python 3.6 or above +- Install HUGO and add it to PATH +- Clone this repo +- Install requirements by running `pip install -r requirements.txt` +- Run + ```bash + pyinstaller --noconfirm --onedir --console --icon "/home/zaphkiel/Documents/Github/Python/Hugo_Pages_Generator/hugo.ico" --name "Hugo Page Generator" --add-data "/home/zaphkiel/Documents/Github/Python/Hugo_Pages_Generator/hugo.ico:." --add-data "/home/zaphkiel/Documents/Github/Python/Hugo_Pages_Generator/locale_list:." --add-data "/home/zaphkiel/Documents/Github/Python/Hugo_Pages_Generator/README.md:." --add-data "/home/zaphkiel/Documents/Github/Python/Hugo_Pages_Generator/venv/lib/python3.11/site-packages/customtkinter:customtkinter/" "/home/zaphkiel/Documents/Github/Python/Hugo_Pages_Generator/main.py" + ``` +- Done! + #### Note: Do not manually interact with integrated terminal. diff --git a/requirements.txt b/requirements.txt index 5674fc0..91e36fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ customtkinter==5.1.3 tkterminal==0.1.0 +pyinstaller==5.13.0