Skip to content

Commit

Permalink
Add Makefile (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggravlingen authored Jan 3, 2025
1 parent 9db61af commit cf469f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
load-data:
python -m pypmanager -l
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cf469f1

Please sign in to comment.