Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 528 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 528 Bytes

Python-Blosc2-3.0-tutorial

First, clone this repo with:

git clone https://github.com/Blosc/Python-Blosc2-3.0-tutorial.git

Then, make sure that you are using a Python environment with Python 3.11 or 3.12. For example, if you are using conda, you can do that easily with:

conda create -n blosc2-tutorial python=3.12
conda activate blosc2-tutorial

Then, install the required packages with:

    pip install -r requirements.txt

Finally, you can start the tutorial with:

    jupyter lab