Link to docker installation from index.md

This commit is contained in:
Matthias 2020-02-01 14:01:19 +01:00
parent 8796ecb2a9
commit 929bbe3058

View File

@ -51,12 +51,15 @@ To run this bot we recommend you a cloud instance with a minimum of:
### Software requirements ### Software requirements
- Docker (Recommended)
Alternatively
- Python 3.6.x - Python 3.6.x
- pip (pip3) - pip (pip3)
- git - git
- TA-Lib - TA-Lib
- virtualenv (Recommended) - virtualenv (Recommended)
- Docker (Recommended)
## Support ## Support
@ -67,4 +70,4 @@ Click [here](https://join.slack.com/t/highfrequencybot/shared_invite/enQtNjU5ODc
## Ready to try? ## Ready to try?
Begin by reading our installation guide [here](installation). Begin by reading our installation guide [for docker](docker.md), or for [installation without docker](installation.md).