Installation¶
Options for Installation¶
Dependencies + Pip¶
- Prerequisites on MacOS
brew install mpichbrew install hdf5
- Prerequisites on Linux
sudo apt-get mpichsudo apt-get hdf5
pip install -e .or
python setup.py installsh compile_neuron.sh
Conda¶
to install conda:
conda env update --file env.yml --name base python=3.8.5
pip install -e .
sh compile_neuron.sh
- or::
conda install –name myenv –file env.yml env.yml sh compile_neuron.sh