tbtiger / tesla

0 stars 0 forks source link

ubuntu 명령어 #1

Open tbtiger opened 2 years ago

tbtiger commented 2 years ago

Ubuntu 서버 명령어 git clone ~ (*추가)한국 기준으로 서버 시간 설정: sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime 현재 경로 상세 출력: ls -al 경로 이동: cd 경로 vim 에디터로 파일 열기: vim bitcoinAutoTrade.py vim 에디터 입력: i vim 에디터 저장: :wq! 패키지 목록 업데이트: sudo apt update pip3 설치: sudo apt install python3-pip pip3로 pyupbit 설치: pip3 install pyupbit 백그라운드 실행: nohup python3 bitcoinAutoTrade.py > output.log & 실행되고 있는지 확인: ps ax | grep .py 프로세스 종료(PID는 ps ax | grep .py를 했을때 확인 가능): kill -9 PID PID설명

Windows 인공지능 (Prophet) 자동매매 환경 설치 방법 아나콘다(https://www.anaconda.com/[](https://github.com/youtube-jocoding/pyupbit-autotrade#ubuntu-204-%EC%9D%B8%EA%B3%B5%EC%A7%80%EB%8A%A5-prophet-%EC%9E%90%EB%8F%99%EB%A7%A4%EB%A7%A4-%ED%99%98%EA%B2%BD-%EC%84%A4%EC%B9%98-%EB%B0%A9%EB%B2%95)) 설치 pip install pyupbit pip install schedule conda install -c conda-forge fbprophet pip install pystan --upgrade Ubuntu 20.4 인공지능 (Prophet) 자동매매 환경 설치 방법 4GB이상 RAM 필요 (AWS t2.medium 이상) sudo apt update sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime sudo apt install python3-pip pip3 install pyupbit pip3 install schedule pip3 install pystan==2.19.1.1 pip3 install convertdate pip3 install fbprophet

tbtiger commented 2 years ago

git clone https://github.com/tbtiger/tesla.git