Skip to content

Commit

Permalink
fixed installation on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinuzziFrancesco committed Nov 23, 2024
1 parent d914a32 commit 77d18f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ Currently available layers and work in progress in the short term:

## Installation 💻

RecurrentLayers.jl is not yet registered. You can install it directly from the GitHub repository:
You can install `RecurrentLayers` using either of:

```julia
using Pkg
Pkg.add("RecurrentLayers")
```

```julia_repl
julia> ]
pkg> add SpectralIndices
pkg> add RecurrentLayers
```

## Getting started 🛠️
Expand Down

0 comments on commit 77d18f7

Please sign in to comment.