맥을 기준으로 한 설치 및 설정입니다.
1.마인크래프트설치
-http://minecraft.net 에서 구입하여 설치합니다.
2.파이썬 3.5.6 설치 및 설정
-brew설치
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
-파이썬 설치 및 확인
$ brew install python3
$ python3 —version
3.JDK SE설치
-http://www.oracle.com/technetwork/java/javase/downloads/index.html 접속 후 1.8 이상 다운로드 및 설치
-자바 설치 확인
$ java -version
4.마인크래프트 파이썬 API, SPYGOT 설치
-https://nostarch.com/programwithminecraft 접속
-Download the setup files for Mac OS (Minecraft Tools Mac.zip) 다운로드 및 압축풀기
-Install_API.command 설치
$ ./Install_API.command
-server 폴더 이동 후 서버 실행
$ ./start.command
크레이그 리처드슨 저, ‘Learn to Program with Minecraft: Transform Your World with the Power of Python’ 원서 및 번역서를 기반으로 한 포스팅 게시물임을 알려드립니다.
https://play.google.com/store/apps/details?id=vdream.vd.com.vdream
'Python' 카테고리의 다른 글
파이썬 부산창조경제혁신센터,알림마당,사업공고 크롤링 소스를 공개합니다. (0) | 2018.06.09 |
---|---|
구름IDE에 마인크래프트 서버, 파이썬 API 설치 (0) | 2018.05.28 |
구름IDE 무료계정으로 Python, Flask+UWSGI+Supervisor, MySQL 연동하기 (3) (0) | 2018.05.07 |
구름IDE 무료계정으로 Python, Flask+UWSGI+Supervisor, MySQL 연동하기 (2) (0) | 2018.05.06 |
구름IDE 무료계정으로 Python, Flask+UWSGI+Supervisor, MySQL 연동하기 (1) (0) | 2018.05.04 |