Skip to content

Files

Latest commit

 

History

History
14 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 515 Bytes

image-analysis-python

Materials for the SWC course on Image Analysis in Python

Installation

Firstly install miniconda (or anaconda) from here.

Then run the following commands in a terminal:

conda create --name image-analysis python=3.10 nb_conda_kernels
conda activate image-analysis
pip install -r requirements.txt
git clone https://github.com/neuroinformatics-unit/image-analysis-python