Installation Guide
Datavzrd can be installed using different package managers:
Cargo: To install Datavzrd using Cargo - Rust’s package manager - run the following command in your terminal:
cargo install datavzrd
Conda: If you prefer using conda, mamba, or micromamba, Datavzrd is available from the conda-forge channel. Run the following command:
conda install -c conda-forge datavzrd
or
mamba install -c conda-forge datavzrd
or
micromamba install -c conda-forge datavzrd
This will install Datavzrd and its dependencies, allowing you to start using it for your data analysis tasks.