Merge pull request #7192 from AchmadFathoni/patch_conda_ta-lib

Add script for patching conda libta-lib
This commit is contained in:
Matthias
2022-08-14 09:46:33 +02:00
committed by GitHub
3 changed files with 22 additions and 5 deletions

View File

@@ -326,6 +326,16 @@ python3 -m pip install --upgrade pip
python3 -m pip install -e .
```
Patch conda libta-lib (Linux only)
```bash
# Ensure that the environment is active!
conda activate freqtrade-conda
cd build_helpers
bash install_ta-lib.sh ${CONDA_PREFIX} nosudo
```
### Congratulations
[You are ready](#you-are-ready), and run the bot