Skip to content

Commit a5ad76c

Browse files
committed
Update README.rst
1 parent b60b6ef commit a5ad76c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ TODO
1919
Install
2020
=======
2121

22-
.. code-block:: python
22+
.. code-block:: sh
2323
2424
pip install getdents
2525
2626
For development
2727
---------------
2828

29-
.. code-block:: python
29+
.. code-block:: sh
3030
3131
python3 -m venv env
3232
. env/bin/activate
@@ -35,9 +35,15 @@ For development
3535
Run tests
3636
=========
3737

38-
.. code-block:: python
38+
.. code-block:: sh
39+
40+
ulimit -v 33554432 && py.test tests/
41+
42+
Or
43+
44+
.. code-block:: sh
3945
40-
./setup.py test
46+
ulimit -v 33554432 && ./setup.py test
4147
4248
Usage
4349
=====

0 commit comments

Comments
 (0)