diff --git a/README.md b/README.md index 07a437529..50a774029 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # marginbot -Cryptocurrency micro trading bot \ No newline at end of file +Cryptocurrency micro trading bot + +``` +cd marginbot/ +cp config.json.example config.json +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt +./main.py +``` diff --git a/main.py b/main.py old mode 100644 new mode 100755