commit ba26e04f30801d5da6c2debad54a573613b40f55 parent e32b0eba8634bd89cd43bfa2bd11b825b40f9c09 Author: Erik Loualiche <eloualic@umn.edu> Date: Tue, 27 May 2025 14:54:46 -0500 readme adds clarification on registry Diffstat:
| M | README.md | | | 14 | ++++++++++---- |
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -16,14 +16,20 @@ So far the package provides function to import: ## Installation -`FinanceRoutines.jl` is not yet a registered package. -You can install it from github via +`FinanceRoutines.jl` is a registered package. +You can install from the my julia registry [`loulouJL`](https://github.com/LouLouLibs/loulouJL) via the julia package manager: +```julia +> using Pkg, LocalRegistry +> pkg"registry add https://github.com/LouLouLibs/loulouJL.git" +> Pkg.add("FinanceRoutines") +``` +If you don't want to add a new registry, you can install it directly from github: ```julia -import Pkg -Pkg.add(url="https://github.com/louloulibs/FinanceRoutines.jl") +> import Pkg; Pkg.add("https://github.com/louloulibs/FinanceRoutines.jl#main") ``` + ## Examples ### Import data from WRDS