This repository contains materials that will be used for the Workshop held in Ol Pejeta Conservancy organized by Fauna & Flora International and the WILDLABS conservation technology hub. It showcases work done at DSAIL involving low-cost conservation technology that can be used to monitor our ecosystem.
For the "Introduction to Pi" session, you will be required to download and install
To be able to run the notebooks in this session, do the following
-
Clone this repository and cd into it
-
Create a virtual environment On Linux
python3 -m venv olpejeta
or On Windowspython -m venv olpejeta
-
Activate it: On Linux
source olpejeta/bin/activate
On Windowsolpejeta\Scripts\activate.bat
-
Update pip:
pip install --upgrade pip
thenpython.exe -m pip install --upgrade pip
-
Install the requirements:
pip install -r requirements.txt
-
Launch jupyter
jupyter notebook