File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Assuming your project follows a layout like the suggested `sample project`_::
14
14
15
15
.. _`sample project` : https://packaging.python.org/en/latest/tutorial.html#creating-your-own-project
16
16
17
- Basic usage, running in your project directory:
17
+ Basic usage, running in your project directory::
18
18
19
19
<activate virtualenv for your project>
20
20
pip-missing-reqs --ignore-files=sample/tests sample
@@ -26,7 +26,7 @@ packages those modules belong to are in the requirements.txt file.
26
26
Sample tox.ini configuration
27
27
----------------------------
28
28
29
- To make your life easier, copy something like this into your tox.ini:
29
+ To make your life easier, copy something like this into your tox.ini::
30
30
31
31
[pip-missing-reqs]
32
32
deps=-rrequirements.txt
You can’t perform that action at this time.
0 commit comments