Skip to content

Commit 87474af

Browse files
change section order in README
1 parent a307f40 commit 87474af

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ Example code
114114
ht.write(file)
115115
ht = HashTableNT.read(file)
116116

117+
Building / Installing
118+
---------------------
119+
::
120+
121+
python setup.py build_ext --inplace
122+
python -m build
123+
pip install dist/borghash*.tar.gz
124+
125+
117126
Want a demo?
118127
------------
119128

@@ -129,15 +138,6 @@ Results on an Apple MacBook Pro (M3 Pro CPU) are like:
129138
HashTableNT serialization (count=50000): write: 0.020s, read: 0.021s.
130139

131140

132-
Building / Installing
133-
---------------------
134-
::
135-
136-
python setup.py build_ext --inplace
137-
python -m build
138-
pip install dist/borghash*.tar.gz
139-
140-
141141
State of this project
142142
---------------------
143143

0 commit comments

Comments
 (0)