{ "cells": [ { "cell_type": "markdown", "id": "b604919c", "metadata": {}, "source": [ "# Installation\n", "\n", "To install `SOFA` first create `Python 3.8` environment e.g. by\n", "\n", "```\n", "conda create --name sofa-env python=3.8\n", "conda activate sofa-env\n", "```\n", "\n", "and install the package using \n", "\n", "```\n", "pip install biosofa\n", "```\n" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.9" } }, "nbformat": 4, "nbformat_minor": 5 }