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 b60b6ef commit a5ad76cCopy full SHA for a5ad76c
README.rst
@@ -19,14 +19,14 @@ TODO
19
Install
20
=======
21
22
-.. code-block:: python
+.. code-block:: sh
23
24
pip install getdents
25
26
For development
27
---------------
28
29
30
31
python3 -m venv env
32
. env/bin/activate
@@ -35,9 +35,15 @@ For development
35
Run tests
36
=========
37
38
39
+
40
+ ulimit -v 33554432 && py.test tests/
41
42
+Or
43
44
45
- ./setup.py test
46
+ ulimit -v 33554432 && ./setup.py test
47
48
Usage
49
=====
0 commit comments