Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.
Breno Calazans edited this page Jun 8, 2014 · 2 revisions

Pre-requisite

  1. Install Python 2.7 (download)
  2. Build Open-Transactions system wide with the Python flag on. You can check its docs here for more info.

./configure --with-python 3. Install pip (read how) 4. Install virtualenv (read how)

Virtual Environment

Setup a a virtual environment

pip install virtualenv
virtualenv venv
source venv/bin/activate

Dependencies

Install dependencies

pip install -r requirements.txt
Clone this wiki locally