Skip to content

Commit d00c7c9

Browse files
authored
Change "application" to "project" in installer recommendation (#1064)
Not all projects that need to be installed are applications. Libraries should also fall into this recommendation, of what installer tools should be used when working on them.
1 parent 1ebb57b commit d00c7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/tool-recommendations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Installation tool recommendations
3333
of wheel caching. [3]_
3434

3535
* Use :ref:`virtualenv` or :doc:`venv <python:library/venv>` to isolate
36-
application-specific dependencies from a shared Python installation. [4]_
36+
project-specific dependencies from a shared Python installation. [4]_
3737

3838
* If you're looking for management of fully integrated cross-platform software
3939
stacks, consider:

0 commit comments

Comments
 (0)