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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ Installation
$ pip install scopyon
```

or
With `uv`:

Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

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

The README introduces a uv install path but doesn’t mention how to obtain uv (or link to it). Consider adding a short prerequisite line (e.g., a link to Astral’s uv docs and/or a one-liner to install uv) so the instructions are immediately actionable for new users.

Suggested change
First install `uv` (see <https://docs.astral.sh/uv/>), then:

Copilot uses AI. Check for mistakes.
```shell-session
$ uv pip install scopyon
```

Or install from source:

```shell-session
$ python setup.py test install
Expand Down
Loading