Skip to content

Commit dcb9df9

Browse files
authored
Add correct space after venv label (#1381)
1 parent 0487eed commit dcb9df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Similar to ``pip``, ``pip-tools`` must be installed in each of your project's
4040
.. code-block:: bash
4141
4242
$ source /path/to/venv/bin/activate
43-
(venv)$ python -m pip install pip-tools
43+
(venv) $ python -m pip install pip-tools
4444
4545
**Note**: all of the remaining example commands assume you've activated your
4646
project's virtual environment.

0 commit comments

Comments
 (0)