[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
81f53eb044
commit
7e34fa31b4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Create virtual environments:
|
||||||
|
|
||||||
Use a virtual environment to manage the dependencies for your project, both in development and in production.
|
Use a virtual environment to manage the dependencies for your project, both in development and in production.
|
||||||
|
|
||||||
What problem does a virtual environment solve? The more Python projects you have, the more likely it is that you need to work with different versions of Python libraries, or even Python itself.
|
What problem does a virtual environment solve? The more Python projects you have, the more likely it is that you need to work with different versions of Python libraries, or even Python itself.
|
||||||
Newer versions of libraries for one project can break compatibility in another project.
|
Newer versions of libraries for one project can break compatibility in another project.
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue