Merge pull request #5684 from SmartManoj/patch-1

pypi installation
This commit is contained in:
Matthias
2021-10-09 10:49:39 +02:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -113,6 +113,13 @@ git checkout develop
You may later switch between branches at any time with the `git checkout stable`/`git checkout develop` commands.
??? Note "Install from pypi"
An alternative way to install Freqtrade is from [pypi](https://pypi.org/project/freqtrade/). The downside is that this method requires ta-lib to be correctly installed beforehand, and is therefore currently not the recommended way to install Freqtrade.
``` bash
pip install freqtrade
```
------
## Script Installation