brainglobe
Search…
About
BrainGlobe help forum
bg-atlasapi
BG-AtlasAPI
Usage
Contributing
Adding a new atlas
API documentation
BrainGlobe's publications
Work using BrainGlobe's tools
GitHub repository
cellfinder
Introduction
Installation
User guide
Tutorial
Troubleshooting
Using conda
Image definition
Getting in touch
Contributing to cellfinder
Setting up a development installation
Development conventions
Documentation
Release notes
Citing cellfinder
Misc
GitHub repository
cellfinder-core
Introduction
GitHub repository
cellfinder-napari
Introduction
User guide
GitHub repository
brainreg
Introduction
Installation
User guide
Tutorial
Visualisation
GitHub repository
BRAINREG-NAPARI
Introduction
User guide
Tutorial
brainreg-segment
Introduction
User guide
Applications
GitHub repository
bg-space
BG-Space
Usage
morphapi
Morphapi
Usage
Brainrender
Brainrender
Governance model
Hackathon
Github repository
Powered By
GitBook
Setting up a development installation
How to get your machine set up to work on cellfinder
The instructions here are for the cellfinder repository, but the process is similar for all the others (e.g. brainreg).
To set up a development install, please fork the
cellfinder repository
and then:
Clone your fork
1
git clone https://github.com/YOUR_USERNAME/cellfinder
2
cd cellfinder
Copied!
Add the cellfinder repository as the upstream
1
git remote add upstream https://github.com/brainglobe/cellfinder
Copied!
Install an editable, development version of
cellfinder
1
pip install -e .[dev]
Copied!
Finally, when working on cellfinder, keep your fork up to date
1
git fetch upstream
2
git merge upstream/master
Copied!
cellfinder - Previous
Contributing to cellfinder
Next
Development conventions
Last modified
10mo ago
Copy link