Skip to content
Jeremy Nelson edited this page May 22, 2013 · 4 revisions

Installing Aristotle Library Apps

Create a Virtualenv for Aristotle Library Apps (Linux and Mac directions)

  1. Download and untar the latest version of Virtualen

Dependencies

  1. Python
  2. Django
  3. lxml

local_settings.py

The Aristotle Library Apps is a Django project and requires a local_settings.py file that contains specific information for your particular installation.

Installing under Windows

  1. We recommend installing lxml for your version of Python from this site before creating a virtualenv as the requirements.txt steps will fail under pip.
Clone this wiki locally