Merge pull request #2049 from jraviotta/conda

Conda / makefile
This commit is contained in:
Matthias
2019-08-05 19:49:25 +02:00
committed by GitHub
2 changed files with 69 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).