-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updating README #49
base: main
Are you sure you want to change the base?
Updating README #49
Conversation
@ortengren can you take a look at some of these minor changes here and do one more quick readthrough? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to fix those small changes!
README.md
Outdated
|
||
Before installing anisoap, please make sure you have at least the | ||
following packages installed: | ||
* python (3.6 or higher) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version Numbers should be 3.9 or 3.10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.9 and higher or strictly 3.9 and 3.10?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check with different docker file instances
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we checked that this works with 3.9 and 3.10, either through docker or different conda instances?
I adjusted the dependencies section of the README to reflect more accurately the required package versions. I also added the new Rust dependency and included a link to the rustup tool. Lastly, I reordered the document sections so that "Dependencies" comes before "Installation".