Skip to content

Commit

Permalink
Requires pandas < 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
breadum committed Dec 19, 2023
1 parent 4d31fe9 commit 13b4b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Simple Python Wrapper for Kiwoom Open API+ (Stable)
> conda activate 32bit # 가상환경 실행
> conda config --env --set subdir win-32 # 현위치에서 32bit 설정
> conda install python=3.10 # Python 3.7/3.8/3.9/3.10 설치
> conda install pandas<2.0 # 32bit Pandas 별도 설치
> conda install 'pandas<2.0' # 32bit Pandas 별도 설치
> ```
- 아래 코드로 '32Bit'인지 반드시 확인 후 설치
Expand Down

0 comments on commit 13b4b9c

Please sign in to comment.