From 87474af114d380527c887cf5e2448b2fbea4ffdb Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 31 Oct 2024 17:03:40 +0100 Subject: [PATCH] change section order in README --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index a04c307..b0ac050 100644 --- a/README.rst +++ b/README.rst @@ -114,6 +114,15 @@ Example code ht.write(file) ht = HashTableNT.read(file) +Building / Installing +--------------------- +:: + + python setup.py build_ext --inplace + python -m build + pip install dist/borghash*.tar.gz + + Want a demo? ------------ @@ -129,15 +138,6 @@ Results on an Apple MacBook Pro (M3 Pro CPU) are like: HashTableNT serialization (count=50000): write: 0.020s, read: 0.021s. -Building / Installing ---------------------- -:: - - python setup.py build_ext --inplace - python -m build - pip install dist/borghash*.tar.gz - - State of this project ---------------------