File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ I'mport; REST Client Python
3535conda create --name iamport python=3.6
3636
3737# 위에서 파이썬 가상환경이 정상적으로 설치되었다면, 해당 가상환경을 활성화해주세요.
38- conda activate pymodi
38+ conda activate iamport
3939```
4040
4141다음 커맨드를 실행하여 최신버전의 아임포트 패키지를 설치해주세요.
@@ -58,7 +58,7 @@ python -m pip install git+https://github.com/iamport/iamport-rest-client-python.
5858``` python
5959from iamport import Iamport
6060
61- # 아임포트 객체를 테스트용 키와 시크릿을 사용하여 생성합니다 (테스트시 지출된 금액은 매일 밤 환불됩니다).
61+ # 아임포트 객체를 테스트용 키와 시크릿을 사용하여 생성합니다 (테스트시 지출된 금액은 매일 자정 이전 환불됩니다).
6262iamport = Iamport(
6363 imp_key = ' imp_apikey' ,
6464 imp_secret = (
@@ -286,4 +286,4 @@ except Iamport.HttpError as http_error:
286286
287287기여하기
288288------
289- [ iamport-rest-client-python 프로젝트 보드] ( https://github.com/iamport/iamport-rest-client-python/projects/1 ) 의 ` To do ` 탭을 참고해주세요.
289+ [ iamport-rest-client-python 프로젝트 보드] ( https://github.com/iamport/iamport-rest-client-python/projects/1 ) 의 ` To do ` 탭을 참고해주세요.
You can’t perform that action at this time.
0 commit comments