Unverified Commit 5135d90b authored by 김형근 (Nomota Hiongun KIM)'s avatar 김형근 (Nomota Hiongun KIM) Committed by GitHub
Browse files

Update README.md

설치를 하다 보니, 몇가지 사전 환경이 필요해서, 그 내용을 설치 앞부분에  넣어 봤습니다.
parent 1fe5ebdd
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -38,6 +38,24 @@ Common sense, the first is the right answer.

#### Install

Pre-requisite:
```
  proper installation of python3
  proper installation of pip

  pip install tensorflow
  pip install keras


  Windows-Ubuntu case: On following error.
  On error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found
     sudo apt-get install libstdc++6
     sudo add-apt-repository ppa:ubuntu-toolchain-r/test
     sudo apt-get update
     sudo apt-get upgrade
     sudo apt-get dist-upgrade (This takes long time.)
```     

To install from GitHub, use

    pip install git+https://github.com/haven-jeon/PyKoSpacing.git