Skip to content

Recommend declaring flwrcrate as a project dependency - #21

Open
faizollah wants to merge 1 commit into
mainfrom
fix-12-install-docs
Open

Recommend declaring flwrcrate as a project dependency#21
faizollah wants to merge 1 commit into
mainfrom
fix-12-install-docs

Conversation

@faizollah

Copy link
Copy Markdown
Collaborator

The README told users to run pip install flwrcrate directly. That installs into whatever environment happens to be active, and the dependency is lost when the project is set up in a new environment or on another machine.

Document adding flwrcrate>=0.4.0 to the Flower app's pyproject.toml dependencies as the primary path, keeping the direct pip install as a clearly-marked quick-try option (with the same-environment caveat moved there, since that is the only path where the mistake is possible).

Closes #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install instructions - add to project dependencies rather than direct install with pip

1 participant