lmcinnes / umap

Uniform Manifold Approximation and Projection
BSD 3-Clause "New" or "Revised" License
7.39k stars 803 forks source link

Edit instructions to make them compatible with zsh #1089

Open carlosgmartin opened 8 months ago

carlosgmartin commented 8 months ago

Request: Edit instructions to make them compatible with zsh.

In particular, wrap arguments that have square brackets in quotes.

Example: pip install umap-learn[plot]pip install "umap-learn[plot]"

Examples of other libraries making this fix: