[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
parent
7f3f1fb52b
commit
c8974f0abc
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue