puco21 commited on
Commit
e844163
·
verified ·
1 Parent(s): 26f467d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -77,26 +77,28 @@ This project requires the following to be installed on your system:
77
  * pip (Python package installer)
78
  * Git & Git LFS
79
 
80
- 2. Clone the Repository & Download Large Files
81
- Bash
82
- git clone https://huggingface.co/puco21/HongikAI
83
  cd HongikAI
84
 
 
85
  git lfs install
86
  git lfs pull
87
 
88
- 3. Install Dependencies
89
  Bash
90
  pip install -r requirements.txt
91
 
92
- 4. System Prerequisites (Linux Only)
93
- For the GUI to function correctly on Linux,system-level dependencies for Kivy and clipboard functionality are required.
 
94
 
95
- 5. Run the Application
96
  Bash
97
  python __main__.py
98
 
99
  Contact
100
- Developer: 박남영
101
- Consider: 서민지,성현지
102
- Email: puco21@gmail.com
 
 
77
  * pip (Python package installer)
78
  * Git & Git LFS
79
 
80
+ 2. Clone the repository
81
+ git clone [https://huggingface.co/puco21/HongikAI](https://huggingface.co/puco21/HongikAI)
 
82
  cd HongikAI
83
 
84
+ 3. Download the large font files tracked by LFS
85
  git lfs install
86
  git lfs pull
87
 
88
+ 4. Install Dependencies
89
  Bash
90
  pip install -r requirements.txt
91
 
92
+ 5. System Prerequisites (Linux Only)
93
+ For the GUI to function correctly on Linux, system-level dependencies for Kivy are required.
94
+ (Debian/Ubuntu command is provided in your original text)
95
 
96
+ 6. Run the Application
97
  Bash
98
  python __main__.py
99
 
100
  Contact
101
+ Developer: Namyoung Bak
102
+ Contributor: Minji Seo, Hyeonji Seong
103
+
104
+ Email: puco21@gmail.com