File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 ) ** .
2
2
3
3
# QuickUMLS
4
4
@@ -12,9 +12,10 @@ This project should be compatible with both Python 2 and 3 and run on any UNIX s
12
12
13
13
#### Before Starting
14
14
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.
18
19
19
20
#### To get the System Running
20
21
You can’t perform that action at this time.
0 commit comments