Skip to content

Commit

Permalink
Documentation: Minimal README documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAshburner committed Mar 11, 2024
1 parent f5098e6 commit 746282b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# PushPull

A library of functions that could be useful for registering images. Note that code development is in its early stages and that many things will change.

This package is not yet reistered as an official Julia package.
If you are brave enouth to try using it, then the following may work:
using Pkg
Pkg.develop("https://github.com/spm/PushPull.jl")
using PushPull

Note that the automated githib actions fail because there seems to be a problem in downloading the CUDA driver, leading on to several other problems.

[![Build Status](https://github.com/spm/PushPull.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/spm/PushPull.jl/actions/workflows/CI.yml?query=branch%3Amain)

0 comments on commit 746282b

Please sign in to comment.