Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 494 Bytes

Plant Guilds

Getting Started

Install pip, the python package manager if you haven't already: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py Unix/MacOX: python get-pip.py Windows: py get-pip.py

Install requirements: python -m pip install -r requirements.txt

Install spacy nlp english library python -m spacy download en_core_web_sm

Open jupyter lab in the same directory as this readme: jupyter-lab

Open notebook 03_selection.ipynb and run through the commands.