[pre-commit.ci lite] apply automatic fixes

This commit is contained in:
pre-commit-ci-lite[bot] 2024-09-22 13:31:51 +00:00 committed by GitHub
parent 7f3f1fb52b
commit c8974f0abc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,11 +35,11 @@ $ flask run
```
## Installation Instructions
To install Flask, pip, the package manager included with Python, is used.
It is considered best practice to start a Flask project within a virtual
environment. This practice ensures that any packages installed are confined
to the virtual environment, keeping them separate from the global environment
of the system. By doing so, it prevents potential conflicts between package
To install Flask, pip, the package manager included with Python, is used.
It is considered best practice to start a Flask project within a virtual
environment. This practice ensures that any packages installed are confined
to the virtual environment, keeping them separate from the global environment
of the system. By doing so, it prevents potential conflicts between package
versions, maintaining compatibility and stability across different projects.