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

Missing requirements file from example project #30

Open
pmi123 opened this issue Apr 14, 2022 · 1 comment
Open

Missing requirements file from example project #30

pmi123 opened this issue Apr 14, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@pmi123
Copy link

pmi123 commented Apr 14, 2022

There is no dev-requirements.txt file in the project. Instructions at https://dj-hitcount.readthedocs.io/en/latest/example_project.html failed.

@abhiabhi94
Copy link
Owner

Hey, the file was removed when the dependency management was moved to poetry in 0137e6d.

For now, you may instead use:

poetry install

This will install the dev-dependencies and also the project in editable mode(so your changes will be directly reflected).

Can you also, please send a patch to fix this in the documentation? let me know in case you need any assistance.

@abhiabhi94 abhiabhi94 added documentation Improvements or additions to documentation good first issue Good for newcomers labels Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants