flask-login
Flask user session management.
File Explorer
Download Latest Version (.zip)- bug_report.md
- lock.yaml
- pre-commit.yaml
- publish-release.yml
- tests.yaml
- dependabot.yml
- FUNDING.yml
- theme.css
- conf.py
- index.rst
- make.bat
- Makefile
- dev.in
- dev.txt
- docs.in
- docs.txt
- tests.in
- tests.txt
- README.md
- tests-min.in
- tests-min.txt
- __about__.py
- __init__.py
- config.py
- login_manager.py
- mixins.py
- signals.py
- test_client.py
- utils.py
- test_login.py
- .editorconfig
- .git-blame-ignore-revs
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yaml
- CHANGES.md
- CONTRIBUTING.md
- LICENSE
- pyproject.toml
- README.md
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/maxcountryman/flask-login
Downloads the entire project code from GitHub to your computer.
cd flask-login
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
