Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdavies committed Apr 9, 2021
1 parent 7e89416 commit 83d9566
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ git clone --recursive https://github.com/rwdavies/QUILT.git
cd QUILT
./scripts/install-dependencies.sh
cd releases
wget https://github.com/rwdavies/quilt/releases/download/1.0.0/QUILT_1.0.0.tar.gz ## or curl -O
R CMD INSTALL QUILT_1.0.0.tar.gz
wget https://github.com/rwdavies/quilt/releases/download/0.1.6/QUILT_0.1.6.tar.gz ## or curl -O
R CMD INSTALL QUILT_0.1.6.tar.gz
```

### conda <a name="paragraph-installation-conda"></a>

Note: This is not yet available but will be made available shortly.

QUILT (as r-quilt) can be installed using [conda](https://conda.io/miniconda.html). Full tutorials can be found elsewhere, but briefly, something like this should work
```
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
Expand Down

0 comments on commit 83d9566

Please sign in to comment.