Skip to content

Commit a56eb4c

Browse files
author
Gerry Manoim
committed
DOC: section reorg
1 parent 569b297 commit a56eb4c

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
Utilities for writing C++ extension modules for CPython.
99

10-
Install
11-
-------
10+
Requirements
11+
------------
1212

1313
lipy supports:
1414

@@ -27,18 +27,23 @@ libpy also depends on:
2727

2828
To install these dependencies:
2929

30-
**ubuntu**
30+
ubuntu
31+
~~~~~~
3132

3233
.. code-block:: bash
3334
3435
$ sudo apt install libpcre2-dev libsparsehash-dev
3536
36-
**macOS**
37+
macOS
38+
~~~~~
3739

3840
.. code-block:: bash
3941
4042
$ brew install pcre2 google-sparsehash
4143
44+
Install
45+
-------
46+
4247
To install for development:
4348

4449
.. code-block:: bash

0 commit comments

Comments
 (0)