frictionlessdata / livemark

Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
https://livemark.frictionlessdata.io
MIT License
95 stars 8 forks source link

A command to install dependencies? #189

Open roll opened 2 years ago

roll commented 2 years ago

Overview

Currently, we use make install in already created livemarks which doesn't play really well on Windows. We can have something like livemark install just to isolate pip interactions. This command should provide a venv option.

We can also consider using something like livemark run install/init

PS. Consider having livemark data as an alias to livemark run data similar to what NPM has