Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/structsense_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ git clone https://github.com/sensein/structsense.git
cd structsense
pip install -e .
```
Or, if you prefer not to install anything, **use StructSense directly from the BrainKB website** at [https://beta.brainkb.org/](https://beta.brainkb.org/).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

For better readability, consider using descriptive link text instead of the raw URL.1 Additionally, using the preposition 'on' would make the sentence sound more natural.

Suggested change
Or, if you prefer not to install anything, **use StructSense directly from the BrainKB website** at [https://beta.brainkb.org/](https://beta.brainkb.org/).
Or, if you prefer not to install anything, **use StructSense directly on the [BrainKB website](https://beta.brainkb.org/)**.

Rules References

Footnotes

  1. Using descriptive text for hyperlinks (e.g., 'BrainKB website') instead of the raw URL improves readability and accessibility. It provides users with clear context about the link's destination.


### Python Version
StructSense supports **Python >=3.10,<3.13**.

Expand Down