Skip to content

Commit

Permalink
README.md: Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JPEWdev committed Aug 8, 2024
1 parent f4f4d11 commit 3c3b631
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@ useful. This includes:

## Installation

`spdx3-validate` can be installed using `pip`:

```shell
python3 -m pip install spdx3-validate
```

## Developing

Developing on `spdx3-validate` is best done using a virtual environment. You
can configure one and install spdx3-validate in editable mode with all
necessary development dependencies by running:

```shell
python3 -m venv .venv
. .venv/bin/activate
pip install -e ".[dev]"
```

## TODO

Expand Down

0 comments on commit 3c3b631

Please sign in to comment.