From dd3fe421100709b25707e34613119ad202f7158f Mon Sep 17 00:00:00 2001 From: "Osma S. Rautila" Date: Mon, 10 Jun 2024 21:02:36 +0300 Subject: [PATCH] readme updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d03e87..48610c1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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