-
Notifications
You must be signed in to change notification settings - Fork 8
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: update installation instructions #35
Comments
Thanks @JannisHoch, appreciate the feedback!
I'm hesitant to include instructions for |
To create a Python 3.9 virtual environment, try the following steps: Install
Install Python 3.9:
Activate Python 3.9 in the current shell
Proceed with the install of
Now you can interact with mosartwmpy in this current shell session; if you start a new shell session you will need to run |
Thanks for the link to the JOSS review. This is indeed why I have created the issue - I am currently reviewing this submission ;) I understand your concerns. I also don't require you to explain all details, but an overall explanation should definitely be in the installation description of your package. The one you provide here should suffice in my opinion, except for one aspect: do I need to re-install Without such an outline people interested to use your software will first have to look up how |
Yup, just wanted to cross-link the review issue with this one! The Python 3.9 shell environment should maintain all previously pip installed software and dependencies each time it is activated. I agree that managing Python environments is overly difficult and can be a barrier to entry. I will add these steps to a section in the readthedocs page and link to it from the README. This way if folks have their own method of managing Python versions, they can skip over this section. What do you think? I will create a pull request for this and link it here! |
Agreed! Once I see it in the docs I will close this issue. |
I'll merge this PR #36 then, which will close the issue automatically -- but feel free to reopen if further clarification is needed! |
adds pyenv tutorial to docs; closes #35
Dear @thurber,
I will review this model for JOSS and look very much forward to it.
I have cloned the source code and am now trying to install it on my local machine.
Doing so, I find that the installation instructions are too short - currently, it is only referred to a virtual env if you have Python >=3.9. But how to install if if I have a lower version number?
Please add a more elaborated yet concise installation instruction to your README + docs. Once I know how to install the package (and it actually works), I will continue the review process.
Thanks!
The text was updated successfully, but these errors were encountered: