금융/코인 분석

ccxt 환경 설정

달죽 2022. 9. 18. 12:55
반응형

https://www.jetbrains.com/ko-kr/pycharm/download/download-thanks.html?platform=windows&code=PCC

 

PyCharm을 다운로드해주셔서 감사합니다!

 

www.jetbrains.com

https://www.python.org/downloads/windows/

 

Python Releases for Windows

The official home of the Python Programming Language

www.python.org

https://git-scm.com/downloads

 

Git - Downloads

Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp

git-scm.com

 

https://github.com/sulungsLim/gap_trade

 

 

파이썬 가상환경 보안 에러, 보안 오류 about_Execution_Policies PSSecurityException

노트북을 사게되어서 새롭게 가상환경을 설정하려고 하는데, 보안오류가 발생하였다. .\activate.ps1 : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\20170218\Desktop\temp\naver_stock\venv\Scripts\a..

infinitt.tistory.com

다운로드 받은 후 가상 환경 설치

add 클릭

base interpreter 가 python 3.8 버전이 되야 합니다. 

 

 

 

terminal 에 아래와 같이 입력

pip install -r requirements.txt

 

설치 성공 화면 

 

굿 다 설치했습니다.  

 

 

 

 

-- 참고 자료 

 

https://github.com/ccxt/ccxt/wiki/ccxt.pro.install

 

GitHub - ccxt/ccxt: A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchan

A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges - GitHub - ccxt/ccxt: A JavaScript / Python / PHP cryptocurrency trading API with sup...

github.com

 

 

 

 

가상환경 보안 에러 

https://infinitt.tistory.com/43

 

 

반응형