pgunn / flypylib

flyem python library for synapse/object detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flypylib

installation

via conda / miniconda

# linux:
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh

# activate conda
CONDA_ROOT=`conda info --root`
source ${CONDA_ROOT}/bin/activate root

# install flypylib, and optionally ipython and matplotlib
conda create -n <NAME> -c flyem-forge -c conda-forge flypylib ipython matplotlib

About

flyem python library for synapse/object detection

License:Other


Languages

Language:Python 99.9%Language:Shell 0.1%