Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 484 Bytes

Practical Python -workshop

Prerequisites

Setup

  • Clone or download this repository
  • Create new virtualenv for this project and enable it
  • Install requirements pip install -r requirements.txt
  • Ensure the environment works by running test.py from this repository