File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -100,11 +100,12 @@ to store the products of tasks and can be deleted to rebuild the entire project.
100
100
Install the project
101
101
~~~~~~~~~~~~~~~~~~~
102
102
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 ``.
105
106
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.
108
109
109
110
.. code-block :: ini
110
111
You can’t perform that action at this time.
0 commit comments