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 readme #150

Merged
merged 3 commits into from
Apr 15, 2024
Merged

update readme #150

merged 3 commits into from
Apr 15, 2024

Conversation

Shibu778
Copy link
Contributor

@Shibu778 Shibu778 commented Apr 14, 2024

To install everything the created conda environment, the conda environment needs to be activated. I have added conda activate py4vasp-env line in the installation step.

I faced error while installing mdtraj using conda install -c conda-forge mdtraj. However, it is resolved by using conda install conda-forge::mdtraj which I think is the new way of getting mdtraj from conda-forge. I have updated the command to install mdtraj.

@martin-schlipf
Copy link
Collaborator

Thank you for your contribution. The missing activate statement is a good catch.

Could you elaborate as to which error you see when you use the conda install -c conda-forge mdtraj command? This command is run by the CI so it would be interesting to know on which OS you use and in case other users report the same issue. In principle, the command you changed this to should have the same functionality, shouldn't it?

@Shibu778
Copy link
Contributor Author

Indeed, you’re correct. Both commands are equivalent. During my execution of the conda install -c conda-forge mdtraj command, I encountered an HTTP error. However, it was resolved when I ran it again. My apologies for the confusion.” 😊

@martin-schlipf martin-schlipf merged commit 43ef51c into vasp-dev:master Apr 15, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants