Skip to content

Commit

Permalink
change section order in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Oct 31, 2024
1 parent a307f40 commit 87474af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?
------------

Expand All @@ -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
---------------------

Expand Down

0 comments on commit 87474af

Please sign in to comment.