Skip to content

Commit 4ef9269

Browse files
authored
python 3.6 설치 방법 업데이트
1 parent ee36893 commit 4ef9269

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
pip install -r requirements.txt
2424
```
2525

26+
만약 설치가 정상적으로 진행되지 않으신다면 python 3.6을 설치하여 진행해주시기 바랍니다.
27+
```
28+
conda install python=3.6
29+
```
30+
2631
## 목차 (Table of Contents)
2732

2833
**준비 단계** - 자연어 처리에 대한 배경과 개발에 대한 준비를 위한 챕터입니다.

0 commit comments

Comments
 (0)