From cf469f147a8a11d2f530cfc0cbd23447ec58021c Mon Sep 17 00:00:00 2001 From: Patrik Lindgren <21142447+ggravlingen@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:11:06 +0100 Subject: [PATCH] Add Makefile (#1140) --- Makefile | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..232c5d56 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +load-data: + python -m pypmanager -l diff --git a/README.md b/README.md index c43a7fbb..db6dcd5b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Your own data goes into the folder `data/transactions`. If you make contribution This library is capable of calculating the current value of your portfolio. For this, we need end-of-day prices on funds and equities (market data). -I have provided a few data sources built-in. Download this data using `python -m pypmanager -l`. +I have provided a few data sources built-in. Download this data using `make load-data`. Configuration is done by appending `pypmanager/configuration/market_data.yaml` with the securities you want to download data for.