Skip to content

requirements.txt is empty #58

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

Closed
bmxp opened this issue Apr 10, 2022 · 3 comments
Closed

requirements.txt is empty #58

bmxp opened this issue Apr 10, 2022 · 3 comments

Comments

@bmxp
Copy link

bmxp commented Apr 10, 2022

Would it be easier to keep requirements.txt for a while since pipfile does not seem to widespread known?

@themoosman
Copy link
Contributor

It's not empty, just run pip3 install -r requirements.txt per the instructions and it will work.

@Benehiko
Copy link
Member

Hi @bmxp the requirements.txt uses the setup.py dependencies using a little hack to prevent us from duplicating packages to both files.

Please see this SO thread

@bmxp
Copy link
Author

bmxp commented Apr 18, 2022

Thanks for pointing this out. Unfortunately I did not find a clear statement in an official document like https://pip.pypa.io/en/stable/user_guide/ so I was irritated.
Well it works, this is fine but somethimes it's good to find a clear source for beginners like me

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