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

include requirements.txt #1

Open
Arinze1020 opened this issue Jul 18, 2020 · 1 comment
Open

include requirements.txt #1

Arinze1020 opened this issue Jul 18, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@Arinze1020
Copy link

requirements.txt will someone to install all the lib you used
thanks for sharing

@codeperfectplus
Copy link
Owner

codeperfectplus commented Jul 19, 2020

pipenv works in the same way as requirements.txt. So It's not necessary to use requirements.txt when We have pipenv.
You just have to use below commands.

1. Install Pipenv

pip install pipenv

2. Activate Virtualenv and Install dependencies

pipenv install
pipenv shell

You are good to go.

reference: https://realpython.com/pipenv-guide/

@codeperfectplus codeperfectplus added the good first issue Good for newcomers label Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants