Skip to content

Commit 0ff8106

Browse files
committed
added instructions about python headers
1 parent 3cb7243 commit 0ff8106

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**We recommend to download the latest tested version form the [release section](https://github.com/Georgetown-IR-Lab/QuickUMLS/releases)**
1+
**We recommend to download the latest tested version form the [release section](https://github.com/Georgetown-IR-Lab/QuickUMLS/releases)**.
22

33
# QuickUMLS
44

@@ -12,9 +12,10 @@ This project should be compatible with both Python 2 and 3 and run on any UNIX s
1212

1313
#### Before Starting
1414

15-
1. This software requires all packages listed in the requirements.txt file. You can install all of them by running `pip install -r requirements.txt`.
16-
2. Note that, in order to use `spacy`, you are required to download its corpus. You can do that by running `python -m spacy.en.download`.
17-
3. This system requires you to have a valid UMLS installation on disk. The installation can be remove once the system has been initialized.
15+
1. Make sure that your Python installation include C headers (e.g., on Ubuntu, make sure `python3-dev` or `python-dev` are installed).
16+
2. This software requires all packages listed in the requirements.txt file. You can install all of them by running `pip install -r requirements.txt`.
17+
3. Note that, in order to use `spacy`, you are required to download its corpus. You can do that by running `python -m spacy.en.download`.
18+
4. This system requires you to have a valid UMLS installation on disk. The installation can be remove once the system has been initialized.
1819

1920
#### To get the System Running
2021

0 commit comments

Comments
 (0)