Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requirements file #7

Closed
MarcoAGreco opened this issue Sep 13, 2021 · 2 comments
Closed

Add requirements file #7

MarcoAGreco opened this issue Sep 13, 2021 · 2 comments

Comments

@MarcoAGreco
Copy link

Add requirements to facilitate the dependencies installation.

@quirozity
Copy link

pip install pipenv
pip install flask
pip install flask_bootstrap
pip install flask_sqlalchemy
pip install flask_pymongo
pip install flask_login
pip install flask_wtf
pip install WTForms==2.3.3

requirements.txt

pip install -r requirements.txt

@berlotto
Copy link
Owner

@MarcoAGreco pipenv does it. Running pipenv install will install all dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants