brainglobe / brainglobe-heatmap

Rendering anatomical heatmaps with brainrender and matplotlib
https://brainglobe.info
MIT License
34 stars 10 forks source link

Can not install bgheatmaps #6

Closed chaoshengt closed 2 years ago

chaoshengt commented 2 years ago

Dear @FedeClaudi , I can not install bgheatmaps via pip install bgheatmaps.

ERROR: Could not find a version that satisfies the requirement bgheatmaps (from versions: none)                                                                      
ERROR: No matching distribution found for bgheatmaps   
vigji commented 2 years ago

Dear @chaoshengt, you seem to have a typo. The right installation is

pip install bgheatmap

adamltyson commented 2 years ago

To be fair, the typo is in the readme @FedeClaudi

FedeClaudi commented 2 years ago

My bad! Typos fixed now, pip install bgheatmap should work.

chaoshengt commented 2 years ago

My bad! Typos fixed now, pip install bgheatmap should work.

It is done, Thank you! :)