Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1008 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 1008 Bytes

Sangfroid

Sangfroid is a Python library to read Synfig documents, in the .sif, .sifz, and .sfg formats. It isn't ready for general use yet.

Development happens on gitlab, but there's also a github mirror.

Currently we're approaching our first pre-alpha release, 0.1 liverpool.

== How to install

Short answer:

  • pip install . (That's a full stop at the end.)

Long answer:

  • git clone https://gitlab.com/marnanel/sangfroid.git
  • cd sangfroid
  • python3 -m venv venv
  • . venv/bin/activate
  • python -m pip install .

== Get involved