mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
12 lines
332 B
PowerShell
12 lines
332 B
PowerShell
# vendored Wheels compiled via https://github.com/xmatthias/ta-lib-python/tree/ta_bundled_040
|
|
|
|
python -m pip install --upgrade pip wheel
|
|
|
|
$pyv = python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')"
|
|
|
|
|
|
pip install --find-links=build_helpers\ TA-Lib
|
|
|
|
pip install -r requirements-dev.txt
|
|
pip install -e .
|