Skip to content

Commit 3c66dda

Browse files
committed
update readme
1 parent 7ead0ec commit 3c66dda

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

README.rst

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ To use this package in your program, simply enter
2828
After that, you should be able to import the module and do things with it (see
2929
Example Usage below).
3030

31-
If you want to contribute to this package by developing, the included Makefile
32-
provides some useful commands to help you with that task:
33-
34-
.. code-block:: bash
35-
36-
git clone https://github.com/escherba/python-metrohash.git
37-
cd python-metrohash
38-
make env # creates a Python virtualenv
39-
make test # builds and runs C++ and Python tests
40-
41-
4231
Example Usage
4332
-------------
4433

@@ -79,6 +68,21 @@ Note that the resulting hash value above is the same as in:
7968
>>> mh.intdigest()
8069
7851180100622203313L
8170
71+
72+
Development
73+
-----------
74+
75+
If you want to contribute to this package by developing, the included Makefile
76+
provides some useful commands to help with that task:
77+
78+
.. code-block:: bash
79+
80+
git clone https://github.com/escherba/python-metrohash.git
81+
cd python-metrohash
82+
make env # creates a Python virtualenv
83+
make test # builds and runs C++ and Python tests
84+
85+
8286
See Also
8387
--------
8488
For other fast non-cryptographic hashing implementations available as Python extensions, see `CityHash <https://github.com/escherba/python-cityhash>`__ and `xxh <https://github.com/lebedov/xxh>`__.

0 commit comments

Comments
 (0)