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