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 ---------------------