Install¶
- Clone this repository
git clone https://github.com/jorgesaenzdemiera/OpenScience cd OpenScience - Create a Virtual Environment with all the required libraries ``` python -m venv grobid
# En Windows .\grobid\Scripts\activate # En macOS/Linux source grobid/bin/activate
pip install -r requirements.txt ```