From 9307efad667c895a5bfbf9ccbaeff511aab737f0 Mon Sep 17 00:00:00 2001 From: Laura Porta Date: Thu, 31 Oct 2024 14:45:01 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f2214d2..a411f2a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ This repository contains scripts and modules used for modeling and analyzing fold changes in population firing rates in the visual cortex under various stimulus conditions. The scripts implement rate-based models, fitting procedures, and data visualization tools used in the accompanying research paper. - -### Create an environment and install dependencies +## Usage Dependencies are declared in the pyproject.toml file. To create a virtual environment and install the dependencies, run the following commands: @@ -15,8 +14,6 @@ conda activate translocator-models pip install . ``` -### Usage - To run the script that fits the model to the data and visualizes the results, use the following command: ```bash