mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-07 16:31:14 +00:00
Seperate requirements to run the bot and to develop.
- Add a requirements-dev.txt file which includes additional deps for development. - Add a Dockerfile.develop which installs all deps for development and also enables dev commands. - Change related documentations on how to run/dev the bot.
This commit is contained in:
@@ -20,7 +20,7 @@ install:
|
||||
- ./build_helpers/install_ta-lib.sh
|
||||
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
||||
- pip install --upgrade flake8 coveralls pytest-random-order pytest-asyncio mypy
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-dev.txt
|
||||
- pip install -e .
|
||||
jobs:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user