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

Update installation instructions #1039

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rvhonorato
Copy link
Member

@rvhonorato rvhonorato commented Sep 20, 2024

You are about to submit a new Pull Request. Before continuing make sure you read the contributing guidelines.

Checklist

  • Tests added for the new code
  • Documentation added for the code changes
  • Does not break licensing
  • Does not add any dependencies, if it does please add a thorough explanation

Summary of the Pull Request

Update the installation instructions

Related Issue

#1037, #1013

Additional Info

@rvhonorato rvhonorato added the documentation Improve docs label Sep 20, 2024
@rvhonorato rvhonorato requested review from amjjbonvin, VGPReys and a team September 20, 2024 12:21
@rvhonorato rvhonorato self-assigned this Sep 20, 2024
@rvhonorato rvhonorato linked an issue Sep 20, 2024 that may be closed by this pull request
mgiulini
mgiulini previously approved these changes Sep 20, 2024
README.md Outdated Show resolved Hide resolved
Co-authored-by: Marco Giulini <54807167+mgiulini@users.noreply.github.com>

You can use Python's `venv` or `conda` depending on your choice.
Commands are provided below:

### with `venv`

```bash
virtualenv venv --python=3.9
virtualenv venv --python=3.10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why python3.10? We have always been using 3.9 (which is still quite distributed on various OS). Will it work with both 3.9 and 3.10? Has haddock3 been tested on 3.10?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

pip install -r requirements.txt --upgrade

# ensure all command-lines clients are installed
python setup.py develop --no-deps
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have devel installation instructions somewhere else?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm waiting for you to add the " developing haddock3 in HPC " at #988 :)

@amjjbonvin
Copy link
Member

amjjbonvin commented Sep 22, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improve docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update installation instructions
3 participants