stable/README.md

13 lines
193 B
Markdown
Raw Normal View History

2017-05-12 17:20:02 +00:00
# marginbot
2017-05-12 17:26:40 +00:00
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
```