Skip to content

Commit

Permalink
Merge pull request #588 from containers/rm-pipx-req
Browse files Browse the repository at this point in the history
We no longer have python dependancies
  • Loading branch information
rhatdan authored Jan 14, 2025
2 parents 006ceec + b9f4cbd commit 69a9415
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ check_platform() {
echo "directory containing brew to the PATH before continuing to install RamaLama"
return 2
fi

if ! available "pipx"; then
echo "Ramalama requires pipx to install. run 'brew install pipx' to install ramalama"
return 3
fi
elif [ "$os" = "Linux" ]; then
if [ "$EUID" -ne 0 ]; then
if ! available sudo; then
Expand All @@ -56,7 +51,6 @@ check_platform() {
}

install_mac_dependencies() {
pipx install huggingface_hub omlmd argcomplete
brew install llama.cpp
}

Expand Down

0 comments on commit 69a9415

Please sign in to comment.