Skip to content

Commit

Permalink
Update package installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed Dec 23, 2020
1 parent a0598ac commit 7f66793
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ A library and command line interface for the CVE Project services.

## Installation

(These instructions are temporary until this package is published in PyPI.)

On Linux:

```
$ git clone <THIS REPO>
$ cd cvelib
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -e .
pip install --user cvelib
```

Python version 3.6 or greater is required.

## CLI Setup and Configuration

Currently, the only supported CVE Project service is the CVE ID Reservation (IDR) service. Each
Expand Down

0 comments on commit 7f66793

Please sign in to comment.