From 478b717189c773418588144202f32e7d3aee9b3e Mon Sep 17 00:00:00 2001 From: xloem <0xloem@gmail.com> Date: Wed, 17 Aug 2022 09:41:55 -0400 Subject: [PATCH] Mention removing _hydra.c before rebuilding After a git checkout, the timestamps are the same, so the file is not rebuilt. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d06b9..855226a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ library. Build, install a dev build and test: $ pip install -r requirements.txt + $ rm src/_hydra.c $ cythonize src/_hydra.pyx $ python setup.py develop $ python setup.py test