-
Notifications
You must be signed in to change notification settings - Fork 9
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
JOSS Review: Installation feedback #37
Comments
The instructions refer to the Git CLI, not GitHub. Git is indeed required for method 2, although it is listed for method 1. That looks like a mistake. As for the variants listed by @kjappelbaum, I think it's a good idea to think first about who the installation instructions are aimed at. My understanding is that |
Thanks for catching my typo about the git CLI. Typically, I see two use cases:
|
Thanks a lot for pointing this out. I have added two ways, with one directly downloading from the Head. I have also corrected requiring Git CLI for method 1. |
Recommended
HubCLI to be installedHighly optional
python setup.py install
. Note that there might be several alternatives:pip install git+https://github.com/petermr/pygetpapers.git
should directly install from the head (but you can also specify the branch)pip install .
in the cloned repo --- there are some downsides to runningsetup.py
directly. See, for instance, https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.htmlThe text was updated successfully, but these errors were encountered: