Skip to content

Commit

Permalink
update README with build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Oct 31, 2024
1 parent ce61973 commit fc883c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@ 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*.tgz


State of this project
---------------------

Expand Down

0 comments on commit fc883c5

Please sign in to comment.