Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Nov 8, 2024
1 parent d425f36 commit 9f7dda2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions instdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ if command -v dnf > /dev/null; then
cd build
cmake ..
make -j6 install
elif command -v apt > /dev/null; then
else
sudo apt update
sudo apt install -y libarchive-dev
sudo apt install -y cmake
sudo apt install -y build-essential
sudo apt install -y pybind11-dev
fi

pip install scikit-build
fi

0 comments on commit 9f7dda2

Please sign in to comment.