Graduate

Modify README.md

Showing 1 changed file with 10 additions and 1 deletions
...@@ -15,4 +15,13 @@ ...@@ -15,4 +15,13 @@
15 - VGGFace2(http://www.robots.ox.ac.uk/~vgg/data/vgg_face2) 15 - VGGFace2(http://www.robots.ox.ac.uk/~vgg/data/vgg_face2)
16 - NodeJS(https://nodejs.org) 16 - NodeJS(https://nodejs.org)
17 - MySQL(https://www.mysql.com) 17 - MySQL(https://www.mysql.com)
18 -- PyMySQL(https://github.com/PyMySQL/PyMySQL)
...\ No newline at end of file ...\ No newline at end of file
18 +- PyMySQL(https://github.com/PyMySQL/PyMySQL)
19 +
20 +# 사용법
21 +## Server
22 +python3 server/server.py
23 +npm start --prefix webserver/myapp
24 +
25 +## Client(windows)
26 +execute register/register.py
27 +execute client/client(window).py
...\ No newline at end of file ...\ No newline at end of file
......