Skip to content

Commit

Permalink
Change Docs to not Registered
Browse files Browse the repository at this point in the history
  • Loading branch information
eohne committed Aug 7, 2024
1 parent 98e6521 commit 3bf60f5
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,4 @@ GitHub Repo: [https://github.com/eohne/PerformanceAnalytics.jl](https://github.c



The package is registered in the [`General`](https://github.com/JuliaRegistries/General) registry

You can install the YFinance package by entering the package manager and typing:
```julia
] add PerformanceAnalytics
```
You could also install the package by first calling `using Pkg`:
```julia
using Pkg
Pkg.add("PerformanceAnalytics")
```

To load the package simply type the following:
```julia
using PerformanceAnalytics
```
The package is NOT registerd in the [`General`](https://github.com/JuliaRegistries/General) registry

0 comments on commit 3bf60f5

Please sign in to comment.