Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Updated requirements.txt
  • Loading branch information
Prakash4844 committed Jul 3, 2023
1 parent 7ff5f2c commit 2ca09ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
customtkinter==5.1.3
tkterminal==0.1.0
pyinstaller==5.13.0

0 comments on commit 2ca09ad

Please sign in to comment.