Skip to content

Commit 1335cbd

Browse files
authored
Updates after the package rerelease (#232)
* Update readme install instructions * Add info about conda install needing scipy
1 parent 0f47b3c commit 1335cbd

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ You may also want to read more about the wider project by reading:
2323
To install as a package:
2424

2525
```
26-
pipx install poetry
27-
poetry shell
28-
poetry install
26+
pip install ojd-daps-skills
2927
```
3028

29+
Note: If you are using a conda environment you may need to do `conda install scipy` before pip installing this library.
30+
3131
To extract skills from a job advert:
3232

3333
```
@@ -95,6 +95,14 @@ Skill spans: []
9595
Skills mapped: []
9696
```
9797

98+
### Development
99+
100+
```
101+
pipx install poetry
102+
poetry shell
103+
poetry install
104+
```
105+
98106
To run tests:
99107

100108
```

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ You can use pip to install the library:
2626

2727
`pip install ojd-daps-skills`
2828

29-
You will also need to install spaCy’s English language model:
30-
31-
`python -m spacy download en_core_web_sm`
29+
Note: If you are using a conda environment you may need to do `conda install scipy` before pip installing this library.
3230

3331
Note that this package was developed on MacOS and tested on Ubuntu. Changes have been made to be compatible on a Windows system but are not tested and cannot be guaranteed.
3432

0 commit comments

Comments
 (0)