Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.13 KB

Women in Conservation Technology Workshop

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

  1. PuTTy
  2. VNC Viewer

Software (Python) Environment

To be able to run the notebooks in this session, do the following

  1. Clone this repository and cd into it

  2. Create a virtual environment On Linux python3 -m venv olpejeta or On Windows python -m venv olpejeta

  3. Activate it: On Linux source olpejeta/bin/activate On Windows olpejeta\Scripts\activate.bat

  4. Update pip: pip install --upgrade pip then python.exe -m pip install --upgrade pip

  5. Install the requirements: pip install -r requirements.txt

  6. Launch jupyter jupyter notebook