Commit c1a7df2b authored by Nick Wang's avatar Nick Wang
Browse files

Update README.md

2020년에 설치를 하다 보니, python38환경 보존하기위해서 anaconda로 설치 하면 더 좋을것 같아서, 그 내용을 설치 앞부분에 넣어 봤습니다.
parent 5f75758b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -38,6 +38,18 @@ Common sense, the first is the right answer.

#### Install

**NB:** `PyKoSpacing` depends on `keras` which only supports `python==3.6.x`. Using [Anaconda](https://www.anaconda.com/) to install 'PyKoSpacing' will prevent interference with system-wide python packages.

##### Anaconda Install
```
conda create --name py-kospacing python=3.6 --yes
conda activate py-kospacing
conda install keras=2.1.5 h5py=2.7.1 --yes
pip install tensorflow==1.6.0 argparse">=1.4.0"
pip install git+https://github.com/haven-jeon/PyKoSpacing.git
```

##### PyPI Install
Pre-requisite:
```
  proper installation of python3