Streamline installation update#134
Merged
tennlee merged 9 commits intoACCESS-Community-Hub:developfrom Jun 28, 2025
Merged
Conversation
More explicit setup depending on what people want to use (Python virtual environments or Conda environments). Note `conda install graphviz` will crash if people call it from a Python virtual environment (so no conda available).
To make it more coherent with the virtual environment instructions, I have dropped the environment.yml file and corresponding instructions. So now, we always encourage people to use `pip install -r requirements.txt` after creating a virtual environment (conda or python). Also, I have enabled tabs to make it simpler on the front-page to select an installation method.
I have moved the virtual environmnt explanations at the end of the page, as they are more general knowledge that we can reference in multiple places for users that want to know more about it. This way, installation instructions are more readily accesible (less scrolling). I also added the virtual/conda environment tabs in the developer section. And I have updated the intro to mention the NCI user/dev case.
Co-authored-by: Nikeeth Ramanathan <nikeeth.ramanathan@gmail.com>
Co-authored-by: Nikeeth Ramanathan <nikeeth.ramanathan@gmail.com>
Co-authored-by: Nikeeth Ramanathan <nikeeth.ramanathan@gmail.com>
Pull Request Test Coverage Report for Build 15941341764Details
💛 - Coveralls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.