From dcbe2a14b718f6ea88e7d852876fb165bfdd59ee Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Thu, 17 Feb 2022 19:18:26 -0500 Subject: [PATCH] docs: update igneous installation instructions Igneous can now be installed via pip. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1733b15..2e8cb66 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,8 @@ I use a conda environment set up in the following way: conda create --name precomputed python=3.8 conda activate precomputed # go into the environment pip install numpy cloud-volume neuroglancer -# get igneous - needed for meshing and downsampling, not available via pip -git clone https://github.com/seung-lab/igneous.git -cd igneous/ -pip install -r requirements.txt -python setup.py develop +# get igneous - needed for meshing and downsampling +pip install igneous-pipeline # Get jupyter notebooks to work with this environment pip install --user ipykernel python -m ipykernel install --user --name=precomputed