Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

G0Yang/upbitAutoTranding

Repository files navigation

configure .env

cp .env.sample .env

make venv for dev

python3 -m venv venv

activate venv

source venv/bin/activate

deactivate venv

deactivate

install requirements

python -m pip install -r requirements.txt

run server on localhost

python runServer.py

Build docker image

docker build -t upbit_auto_trading .

Build for m1

docker build --platform linux/amd64 -t upbit_auto_trading .

Run api server

docker-compose up -d

Stop api server

docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •