Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

build: publish VizAble 0.5.1 to PyPI #123

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

The name of the package has been changed to "VizAble," and the version has been updated to "0.5.1". Additionally, a description has been added to provide a brief overview of the project, and a Poetry script has been added so users are able to run the app by typing the following command into the terminal:

  1. install package from PyPi

    pip install VizAble
  2. run this command after activating virtual environment to run the shiny app

    VizAble.run_app

closes #122