Skip to content

Commit

Permalink
install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmueboe committed Jun 16, 2024
1 parent ee9173f commit 0ca8a7b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,25 @@
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://niklasmueboe.github.io/StereoSSAM.jl/dev)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

## Installation

The package can be installed with the Julia package manager.
From the Julia REPL, type `]` to enter the `Pkg` REPL mode and run:

```
pkg> add StereoSSAM
```

Or, alternatively, via the `Pkg` API:

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

## Documentation

The documentation for StereoSSAM.jl is available [here](https://niklasmueboe.github.io/StereoSSAM.jl/stable).
It includes the [Reference API](https://niklasmueboe.github.io/StereoSSAM.jl/stable/api)
as well as an [example analysis](https://niklasmueboe.github.io/StereoSSAM.jl/stable/examples/ExampleAnalysis).
16 changes: 16 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ reference to python repo
If you use `StereoSSAM.jl` for your research please consider citing
TODO

## Installation

The package can be installed with the Julia package manager.
From the Julia REPL, type `]` to enter the `Pkg` REPL mode and run:

```
pkg> add StereoSSAM
```

Or, alternatively, via the `Pkg` API:

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

## Index

```@contents
Expand Down

0 comments on commit 0ca8a7b

Please sign in to comment.