Skip to content

Commit

Permalink
Merge pull request #87 from iamh2o/patch-1
Browse files Browse the repository at this point in the history
Adding brief details on 2 other ways to install
  • Loading branch information
theZiz authored Sep 20, 2021
2 parents 96aa71e + d2c5cab commit 5eaec96
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,22 @@ Examples
Compilation / Installation
==========================

## Installation Options

### OSX - Homebrew

* `brew install aha`

### Conda

* `conda install -n YOURENV -c conda-forge aha` (and if you wish to make conda 10x faster, <a href=https://github.com/mamba-org/mamba >use mamba</a>).

### Build From Source

Aha has no dependencies except for a C compiler and `make`.

Clone this repo `git clone https://github.com/theZiz/aha.git`.
Move into the repo directory `cd aha`.
To compile just type `make`.
To install aha to `/usr/local/` type `make install`.
You can change the installation directory with `make install PREFIX=/your/path`.
Expand Down

0 comments on commit 5eaec96

Please sign in to comment.