Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Package/pypi #68

Closed irahorecka closed 9 months ago

irahorecka commented 9 months ago

Provides tested boilerplate code to enable pip install of MassDash. Installation validated in a de novo virtual environment using pip install -e .

Requirements flit is required to build the Python package: $ pip install -r requirements-dev.txt

Build Python package In the project root directory: $ flit build dist/ will appear in the project root directory

Installing massdash In the project root directory: $ pip install -e .

Testing massdash.gui $ massdash gui