From 6a4eee409c756394a90e4cf0834fc93ac4a6ea2f Mon Sep 17 00:00:00 2001 From: Igor <46224693+cianoid@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:53:10 +0300 Subject: [PATCH 1/2] Create requirements.txt --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 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 From 157598fd8151b69c43e8903c079a87ef2904ccdb Mon Sep 17 00:00:00 2001 From: Igor <46224693+cianoid@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:53:27 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` ### Начало работы