Quellcode durchsuchen

Update readme.md

가장 중요하고 급한부분은 일단 커맨드라도 추가해놓고 봅시다
hoparkgo9ma vor 7 Jahren
Ursprung
Commit
b1f520aeb4
1 geänderte Dateien mit 22 neuen und 3 gelöschten Zeilen
  1. 22 3
      readme.md

+ 22 - 3
readme.md

@@ -27,9 +27,28 @@ See [Python Installation Guide(KR)](https://github.com/404-sdok/how-to-python/bl
 ### Download Releases
 Download the [release version of openNAMU](https://github.com/2du/openNAMU/releases), and unzip the file. It is also possible to download releases by [cloning this repository](#Clone).
 
-## Install Modules
-
-## Launching the application
+### Install Modules
+Windows
+```
+pip install -r requirements.txt
+```
+
+Linux
+```
+pip3 install -r requirements.txt
+```
+## Launching Application
+Windows
+```
+python app.py
+```
+
+Linux
+```
+python3 app.py
+```
+
+## Publishing Application
 
 # Clone
 You can clone this repository by entering the following command at the terminal (command prompt):