From 8682dd4ba001ba3981c0b3d509f50431be4e438e Mon Sep 17 00:00:00 2001 From: Rodrigo Prado Date: Sat, 19 Sep 2020 18:26:45 -0300 Subject: [PATCH] add how to install dependencies using pip --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ca0a854..1d4873b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ Please note - this app requires the following packages / modules in order to fun - [Numpy and Scipy](https://docs.scipy.org/doc/) - [fix-yahoo-finance](https://pypi.org/project/fix-yahoo-finance/) +You can install dependencies using pip with command below: + +```sh +> cd [root_folder_of_this_project] +> pip install -r requirements.txt +``` + #### Screenshot Value-at-Risk data ![alt text](https://github.com/Weesper1985/Python_Portfolio__VaR_Tool/blob/master/Tab22.png)