Skip to content

should pyslds list pypolyagamma in install_requires? #7

@mattjj

Description

@mattjj

Should we make pypolyagamma optional, instead of listing it in the install_requires argument to setup in setup.py? It might make the build/install process simpler, though users who want to do count modeling would need to install it separately (with pip install pypolyagamma). We could expand the installation instructions in the README to have these alternatives:

To install pyslds with pypolyagamma for fast inference in count data models, run

git clone https://github.com/mattjj/pyslds.git
pip install pypolyagamma -e pyslds

See the pypolyagamma build instructions to consider installing it with OpenMP support.

To install pyslds without pypolyagamma (which you can install separately later), just run

git clone https://github.com/mattjj/pyslds.git
pip install -e pyslds

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions