Skip to content

Commit

Permalink
Update README.md with a prompt about isolated install
Browse files Browse the repository at this point in the history
  • Loading branch information
phyrwork committed Aug 29, 2024
1 parent 17fbe36 commit e3c9654
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,26 @@ were modified.

### Installation

Install using your favourite package manager
Install using your favourite package manager e.g.

```bash
pip install copyright2
```

```bash
poetry install copyright2
```

or, if using as an application only, install in isolation e.g.

```bash
pipx install copyright2
````

```bash
uv tool install copyright2
```

### Usage

#### Configuration
Expand Down

0 comments on commit e3c9654

Please sign in to comment.