-
Notifications
You must be signed in to change notification settings - Fork 1
Set up dev environment
Samuel Depardieu edited this page Oct 1, 2018
·
8 revisions
Run:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Full instructions on https://brew.sh/
Python 3, textract dependencies, pip et virtualenv:
brew install python3, pipenv
pip install -U pip
git clone [email protected]:wellcometrust/wsf-web-scraper.git
cd wsf-web-scraper
pipenv install
pipenv shell
brew install libpoppler-cpp-dev, poppler-utils
Python 3, textract dependencies, pip et virtualenv:
sudo apt-get install python3 python3-dev gcc python-pip
pip install -U pip
git clone [email protected]:wellcometrust/wsf-web-scraper.git
cd wsf-web-scraper
pipenv install
pipenv shell
sudo apt-get install libpoppler-gcc-dev, poppler-utils