Skip to content

Commit c23abdc

Browse files
committed
fix.
1 parent 6fda33c commit c23abdc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/source/tutorials/how_to_set_up_a_project.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,12 @@ to store the products of tasks and can be deleted to rebuild the entire project.
100100
Install the project
101101
~~~~~~~~~~~~~~~~~~~
102102

103-
Some files are necessary to turn the source directory into a Python package. It allows
104-
to perform imports from ``my_project``. E.g., ``from my_project.config import SRC``.
103+
Two files are necessary to turn the source directory into a Python package. It allows to
104+
perform imports from ``my_project``. E.g., ``from my_project.config import SRC``. We
105+
also need ``pip >= 21.1``.
105106

106-
For that, we need two files. First, we need a ``setup.cfg`` which contains the name and
107-
version of the package and where the source code can be found.
107+
First, we need a ``setup.cfg`` which contains the name and version of the package and
108+
where the source code can be found.
108109

109110
.. code-block:: ini
110111

0 commit comments

Comments
 (0)