DavidNemeskey / cc_corpus

Tools for compiling corpora from Common Crawl
GNU Lesser General Public License v3.0
12 stars 1 forks source link

Installation #21

Open nofreewill42 opened 2 years ago

nofreewill42 commented 2 years ago

I tried to install with pip3 install -r requirements.txt but there is no requirements.txt. python setup.py install ends with error.

DavidNemeskey commented 1 year ago

pip install . works for me, and it should be the same as python setup.py install. What is the error that you get?