Skip to content

Improved installation instructions for optional dependencies #38

Description

@meyer-nils

While testing the installation for the review (openjournals/joss-reviews#9733) I came across a minor issue regarding the installation instructions:

Installing optional dependencies via

pip install evoxels[torch, jax, dev, notebooks]

may cause issues due to the whitespace or with certain shells like ZSH. This can be improved easily by suggesting

pip install "evoxels[torch,jax,dev,notebooks]"

without spaces and employing quotation marks.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions