Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

neuroinformatics-unit/image-analysis-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 python=3.10 nb_conda_kernels -y
conda activate image-analysis-python
git clone https://github.com/neuroinformatics-unit/image-analysis-python
cd image-analysis-python
pip install -r requirements.txt