From 8a24a01822647a9fc352bffe5b3da69438e05e99 Mon Sep 17 00:00:00 2001 From: Michael Zabolocki <89680425+mzabolocki@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:27:37 +0100 Subject: [PATCH] update README.md cd fusion_org_ephys --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bb6c03..cbd434f 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ Development version To get the current development version in one of your environments, first clone this repository: ``` -git clone https://github.com/mzabolocki/miscos_ephys -cd miscos_ephys +git clone https://github.com/mzabolocki/fusion_org_ephys +cd fusion_org_ephys pip install -r requirements.txt pip install -r requirements_dev.txt ``` @@ -67,8 +67,8 @@ pip install -r requirements_dev.txt or alternatively: ``` -git clone https://github.com/mzabolocki/miscos_ephys -cd miscos_ephys +git clone https://github.com/mzabolocki/fusion_org_ephys +cd fusion_org_ephys pip install -e . ```