Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 523 Bytes

README.markdown

File metadata and controls

17 lines (10 loc) · 523 Bytes

Altium Designer Library

A simple web-frontend for managing components in Altium Designer. This is for you if you use database libraries, or SVNDBlib files, which use an external database to manage library components.

Dependencies

pip install Flask
pip install Flask-SQLAlchemy
pip install Flask-WTF

Running

python main.py

Credits

Thanks to Michael Fogleman of http://michaelfogleman.com who developed the HelloFlask starting point from which this application is derived.