Skip to content

Commit

Permalink
chore: add conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 authored Aug 30, 2024
1 parent c941c7f commit 1a53520
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ssubmit

[![Rust CI](https://github.com/mbhall88/ssubmit/actions/workflows/ci.yaml/badge.svg)](https://github.com/mbhall88/ssubmit/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/mbhall88/ssubmit/branch/main/graph/badge.svg?token=4O7HTGKD6Q)](https://codecov.io/gh/mbhall88/ssubmit)
[![Crates.io](https://img.shields.io/crates/v/ssubmit.svg)](https://crates.io/crates/ssubmit)

Submit sbatch jobs without having to create a submission script
Expand Down Expand Up @@ -60,13 +59,24 @@ Options
Display this help message
```


### Cargo

![Crates.io Version](https://img.shields.io/crates/v/ssubmit)
![Crates.io Total Downloads](https://img.shields.io/crates/d/ssubmit)

```shell
$ cargo install ssubmit
```

### Conda

![Conda Version](https://img.shields.io/conda/v/conda-forge/ssubmit)
![Conda Downloads](https://img.shields.io/conda/d/conda-forge/ssubmit)

```
$ conda install -c conda-forge ssubmit
```

### Build from source

```shell
Expand Down

0 comments on commit 1a53520

Please sign in to comment.