Skip to content
franciscoabenza edited this page Oct 31, 2022 · 21 revisions

For 0.0 version (pre change)

conda create -n nlp4all python=3.9
conda activate nlp4all
pip install -r requirements.txt
python db_del_and_init.py
python ./run.py

Of course you can do this without miniconda/conda but save yourself some headache!

Clone this wiki locally