Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 1.46 KB

installation.md

File metadata and controls

40 lines (26 loc) · 1.46 KB
description
Instructions for installing brainrender

Installing brainrender

Environment

To install brainrender, you need a python environment with a python > 2.7 and python < 3.8 (so python 3.6 or 3.7 ideally). If you don't have a python environment ready, you can crate one with anaconda.

Basic installation

Installing brainrender is as simple as:

pip install brainrender

{% hint style="success" %} Make sure to have your anaconda environment active when running pip install {% endhint %}

{% hint style="warning" %} You might get some error messages reporting conflicting version requirements for the allensdk package and a couple others. You can safely ignore these. {% endhint %}

{% hint style="info" %} Note that some of brainrender's more rarely used features may require the installation of additional packages. {% endhint %}

Once you have installed brainrender, dive right in with this getting started example notebook!

Advanced installation

If you want the most recent version of brainrender's code, perhaps to help developing it, you can either clone/fork the github repository or you can get it directly from GitHub with:

pip install -U git+https://github.com/BrancoLab/BrainRender.git