-
Notifications
You must be signed in to change notification settings - Fork 17
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
No pip-requirements.txt #189
Comments
Did you have a local one @LukeMoll that wasn't committed? |
No, I think it's leftover from before the hacksoc_org package was created and dependencies moved to setup.cfg. It should probably be deleted so the installation experience is uniform across platforms - I don't think the docs even refer to it still. |
When you say deleted do you mean the file or the line in the file? |
Sorry, I meant that init-venv.sh could probably be deleted. Unless people
think that it would significantly lower barrier of entry vs copy-pasting
the commands in the README, I think getting rid of it will make it easier
to troubleshoot newcomers' problems. If we were to keep it then someone
should write an equivalent file for Windows.
…On Wed, 3 Nov 2021, 10:52 pm Jacob Allen, ***@***.***> wrote:
No, I think it's leftover from before the hacksoc_org package was created
and dependencies moved to setup.cfg. It should probably be deleted so the
installation experience is uniform across platforms - I don't think the
docs even refer to it still.
When you say deleted do you mean the file or the line in the file?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2N5U5BCIAJJ7TQ4IVEOG3UKG4KPANCNFSM5HKB5HZQ>
.
|
init-venv.sh
tries to install pip requirements from the filepip-requirements.txt
which doesn't exist.The text was updated successfully, but these errors were encountered: