https://badge.fury.io/py/PyValentina.svg https://img.shields.io/pypi/dm/PyValentina.svg https://img.shields.io/pypi/status/PyValentina.svg https://img.shields.io/pypi/pyversions/PyValentina.svg https://img.shields.io/pypi/l/PyValentina.svg

PyValentina

The official PyValentina Home Page is located at http://fabricesalvaire.github.io/PyValentina

The latest documentation build from the git repository is available at readthedocs.org PyValentina@readthedocs-badge

Written by Fabrice Salvaire.


Installation

The installation of PyValentina by itself is quite simple. However it will be easier to get the dependencies on a Linux desktop.

Dependencies

PyValentina requires the following dependencies:

Also it is recommanded to have these Python modules:

  • pip
  • virtualenv

For development, you will need in addition:

Installation from PyPi Repository

PyValentina is made available on the PyPI repository at https://pypi.python.org/pypi/PyValentina

Run this command to install the last release:

pip install PyValentina

Installation from Source

The PyValentina source code is hosted at https://github.com/FabriceSalvaire/PyValentina

To clone the Git repository, run this command in a terminal:

git clone git@github.com:FabriceSalvaire/PyValentina.git

Then to build and install PyValentina run these commands:

python setup.py build
python setup.py install