Add documentation for conda install

This commit is contained in:
Matthias 2019-08-05 19:25:43 +02:00
parent 0413598d7b
commit 904381058c
1 changed files with 11 additions and 0 deletions

View File

@ -219,6 +219,17 @@ as the watchdog.
------
## Using Conda
Freqtrade can also be installed using Anaconda (or Miniconda).
``` bash
conda env create -f environment.yml
```
!!! Note:
This requires the [ta-lib](#1-install-ta-lib) C-library to be installed first.
## Windows
We recommend that Windows users use [Docker](docker.md) as this will work much easier and smoother (also more secure).