Repo to research the hunger risk in Suriname 2021-2022
- Install Poetry: instructions.
- Clone the repo:
git clone https://github.com/CorrelAidxNL/slc-hunger-risk.git
. - Change the working directory into
slc-hunger-risk
:cd slc-hunger-risk
. - Install Python dependencies using Poetry:
poetry install
. - Open the Poetry shell:
poetry shell
. - Run the scripts using Python, e.g.:
python scripts/download_data.py
.
- Clone the repo:
git clone https://github.com/CorrelAidxNL/slc-hunger-risk.git
. - Change the working directory into
slc-hunger-risk
:cd slc-hunger-risk
. - Install Python dependencies from
requirements.text
using Anaconda or pip (ideally in a virtual environment). - Add
src
directory toPYTHONPATH
:export PYTHONPATH="${PYTHONPATH}:<repo directory>/src"
. If you use a virtual environment you can permanently extendPYTHONPATH
by runningpushd src; pwd >> $VIRTUAL_ENV/lib/python3.8/site-packages/slc-hunger-risk.pth; popd
. - Run the scripts using Python, e.g.:
python scripts/download_data.py
.