Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 279 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 279 Bytes

steganography-workshop

Prerequisites

  1. Install python3 (or python 2.7)L lookup how to install python3 on your system. It may already be installed; run python3 --version or python --version

  2. Install pip: sudo apt install python3-pip

  3. Install PIL: pip3 install pillow