Add setup.sh script to install and update the bot

This commit is contained in:
Gerald Lonlas
2018-01-28 20:53:55 -08:00
parent aae8044150
commit f69adc1894
5 changed files with 358 additions and 51 deletions

View File

@@ -80,6 +80,13 @@ bot in dry-run. We invite you to read the
[bot documentation](https://github.com/gcarq/freqtrade/blob/develop/docs/index.md)
to ensure you understand how the bot is working.
### Easy installation
The script below will install all dependencies and help you to configure the bot.
```bash
./setup.sh --install
```
### Manual installation
The following steps are made for Linux/MacOS environment
**1. Clone the repo**