Skip to content

Installation

Leon Jacobs edited this page Jul 8, 2017 · 22 revisions

installing objection

The installation of objection itself should be relatively simple. In fact, a simple git clone and pip install will suffice. Installing objection using only pip will be possible soon™.

prerequisites

Before continuing with the installation, make sure you have the following prerequisites met:

  • python version 3.3+. Check your version with: python -V, upgrade/install using your distributions package manager.
  • pip version 9.0. Check your version with: pip --version, upgrade with: pip install pip --upgrade.
  • (optionally) virtualenv version 15+. Check your version with: virtualenv --version, upgrade/install with: pip install virtualenv --upgrade.

linux installation

On linux,

Clone this wiki locally