Skip to content
franciscoabenza edited this page Nov 2, 2022 · 21 revisions

For 0.0 version (pre change), Developer instructions

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

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

Clone this wiki locally