We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a307f40 commit 87474afCopy full SHA for 87474af
README.rst
@@ -114,6 +114,15 @@ Example code
114
ht.write(file)
115
ht = HashTableNT.read(file)
116
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
126
Want a demo?
127
------------
128
@@ -129,15 +138,6 @@ Results on an Apple MacBook Pro (M3 Pro CPU) are like:
129
138
HashTableNT serialization (count=50000): write: 0.020s, read: 0.021s.
130
139
131
140
132
-Building / Installing
133
----------------------
134
-::
135
-
136
- python setup.py build_ext --inplace
137
- python -m build
- pip install dist/borghash*.tar.gz
141
State of this project
142
---------------------
143
0 commit comments