Skip to content

Installation dependencies #54

@decarlof

Description

@decarlof

Please update meta.yaml to list conda install dependencies (see example) and also update the setup.py to include the requirement.txt dependency by adding in

setup(
    name='xfluo',
    ...
    install_requires=Path("requirements.txt").read_text().splitlines(),

    ....
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions