vgonisanz / dvs

Digital Visualizer S, stuff to render with matplot & company diagrams and charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vgonisanz's Display Visualizer S (DVS)

Usage

TBD

Development

To start developing this project, clone this repo and do:

make env-create

This will create a virtual environment with all the needed dependencies (using tox). You can activate this environment with:

$ source ./.tox/dvs/bin/activate

Then, you can run make help. Learn more about the different tasks you can perform on this project using make.

Upgrade dependencies

From scratch, use the following command to generate requirements{-dev}.txt files:

make env-compile

Contributing

Please see the Contributing Guidelines section for more details on how you can contribute to this project.

License

GNU General Public License v3

About

Digital Visualizer S, stuff to render with matplot & company diagrams and charts

License:Other


Languages

Language:Python 54.6%Language:Makefile 45.4%