Skip to content

Commit

Permalink
Update readme install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgzil committed Oct 31, 2024
1 parent c4a4492 commit 132981c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ You may also want to read more about the wider project by reading:
To install as a package:

```
pipx install poetry
poetry shell
poetry install
pip install ojd-daps-skills
```

To extract skills from a job advert:
Expand Down Expand Up @@ -95,6 +93,14 @@ Skill spans: []
Skills mapped: []
```

### Development

```
pipx install poetry
poetry shell
poetry install
```

To run tests:

```
Expand Down

0 comments on commit 132981c

Please sign in to comment.