Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 287 Bytes

File metadata and controls

23 lines (17 loc) · 287 Bytes

umbrella

Book sharing project using openlibrary.

Installation

Dependenies (Linux)

  • python-setuptools
  • easy_install
  • pip

Set Up

pip install virtualenv
 cd /path/to/umbrella
 virtualenv .
source bin/activate
pip install -r requirements.txt