Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xosxos committed Jun 10, 2024
1 parent 63ec772 commit dd3fe42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ fish_add_path "$HOME/.cargo/bin"

# Install HAPTK
cargo install haptk --locked

# Install the HAPTK Python library for tree visualizations
pip install haptk
```

## Installing from source
Expand All @@ -49,9 +52,6 @@ cd haptk
# Build. The binary will be available in `./target/release/`
cargo build --release -p haptk

# Install the HAPTK python library for tree visualizations
pip install haptk

```

## Running commands
Expand Down

0 comments on commit dd3fe42

Please sign in to comment.