Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using scikit-build to install package #30

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update install steps
Care99 authored Jun 7, 2024
commit 57f842fad5e98311e163c5d02cbf67e1e2e4897e
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -84,9 +84,7 @@ or, if `git` is unavailable, `download as a ZIP from GitHub <https://github.com/
3. Build and install soft-dtw::

cd soft-dtw
make cython
python setup.py build
sudo python setup.py install
pip install .


References