Install wheel for vectfit

This commit is contained in:
Paul Romano 2023-04-17 06:59:40 -05:00
parent 5ba3569b3a
commit 36a54c896a

View file

@ -39,6 +39,9 @@ cd $HOME
git clone -b $XTENSOR_BLAS_BRANCH $XTENSOR_BLAS_REPO
cd xtensor-blas && mkdir build && cd build && cmake .. && sudo make install
# Install wheel (remove when vectfit supports installation with build isolation)
pip install wheel
# Install vectfit
cd $HOME
git clone https://github.com/liangjg/vectfit.git