diff --git a/README.md b/README.md index 965badd..3e4fbf5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ pip install git+https://github.com/WISEPLAT/backtrader.git 3) У нас есть некоторые зависимости, вам нужно их установить: ```shell -pip install numpy pandas backtrader moexalgo requests websockets matplotlib +pip install -r requirements.txt ``` ### Начало работы diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..637e9d0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +numpy +pandas +backtrader +moexalgo +requests +websockets +matplotlib