Skip to content

Commit ca493a7

Browse files
committed
Update install instructions
1 parent 95793b2 commit ca493a7

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ In order to install and create the environment, please follow these steps:
2222
git clone https://github.com/geektoni/concept_tagging_NLP
2323
cd concept_tagging_NLP
2424
conda create --name ctnlp --file requirements.txt
25+
python -m spacy download en_core_web_sm
2526
conda activate ctnlp
2627
```
2728

requirements.txt

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,60 @@
33
# platform: linux-64
44
_libgcc_mutex=0.1=main
55
asn1crypto=1.2.0=py37_0
6-
ca-certificates=2019.10.16=0
7-
certifi=2019.9.11=py37_0
6+
blas=1.0=openblas
7+
ca-certificates=2019.11.27=0
8+
certifi=2019.11.28=py37_0
89
cffi=1.13.0=py37h2e261b9_0
910
chardet=3.0.4=py37_1003
1011
conda=4.7.12=py37_0
1112
conda-package-handling=1.6.0=py37h7b6447c_0
1213
cryptography=2.8=py37h1ba5d50_0
14+
cymem=2.0.2=py37hfd86e86_0
15+
cytoolz=0.9.0.1=py37h14c3975_1
16+
dill=0.2.9=py37_0
17+
en-core-web-sm=2.0.0=pypi_0
1318
idna=2.8=py37_0
1419
libedit=3.1.20181209=hc058e9b_0
1520
libffi=3.2.1=hd88cf55_4
1621
libgcc-ng=9.1.0=hdf63c60_0
22+
libgfortran-ng=7.3.0=hdf63c60_0
23+
libopenblas=0.3.6=h5a2b251_2
1724
libstdcxx-ng=9.1.0=hdf63c60_0
25+
msgpack-numpy=0.4.3.2=py37_0
26+
msgpack-python=0.6.1=py37hfd86e86_1
27+
murmurhash=1.0.2=py37he6710b0_0
1828
ncurses=6.1=he6710b0_1
29+
nltk=3.4.5=py37_0
30+
numpy=1.17.4=py37hd5be1e1_0
31+
numpy-base=1.17.4=py37h2f8d375_0
1932
openssl=1.1.1d=h7b6447c_3
33+
pandas=0.25.3=py37he6710b0_0
2034
pip=19.3.1=py37_0
35+
plac=0.9.6=py37_0
36+
preshed=2.0.1=py37he6710b0_0
2137
pycosat=0.6.3=py37h14c3975_0
2238
pycparser=2.19=py37_0
2339
pyopenssl=19.0.0=py37_0
2440
pysocks=1.7.1=py37_0
2541
python=3.7.4=h265db76_1
42+
python-dateutil=2.8.1=py_0
43+
pytz=2019.3=py_0
2644
readline=7.0=h7b6447c_5
45+
regex=2019.12.9=py37h7b6447c_0
2746
requests=2.22.0=py37_0
2847
ruamel_yaml=0.15.46=py37h14c3975_0
2948
setuptools=41.4.0=py37_0
3049
six=1.12.0=py37_0
50+
spacy=2.0.16=py37h962f231_0
3151
sqlite=3.30.0=h7b6447c_0
52+
thinc=6.12.1=py37h22eb022_0
3253
tk=8.6.8=hbc83047_0
54+
toolz=0.10.0=py_0
3355
tqdm=4.36.1=py_0
56+
ujson=1.35=py37h14c3975_0
3457
urllib3=1.24.2=py37_0
3558
wheel=0.33.6=py37_0
59+
wrapt=1.10.11=py37h14c3975_2
3660
xz=5.2.4=h14c3975_4
3761
yaml=0.1.7=had09818_2
3862
zlib=1.2.11=h7b6447c_3

0 commit comments

Comments
 (0)