From 5d64d2b069d8f4d8d7fe784e005c8b14b43db000 Mon Sep 17 00:00:00 2001 From: hschweiger15 <125693455+hschweiger15@users.noreply.github.com> Date: Wed, 1 May 2024 12:06:53 -0700 Subject: [PATCH] Update README.md (#78) fixed package name because of install issues with 'braingeneerspy' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6d494d..8f1b34a 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Instruction on how to contribute to this project can be found in the [CONTRIBUTI ## Installation -You can install `braingeneerspy` using `pip` with the following commands: +You can install `braingeneers` using `pip` with the following commands: ### Install from PyPI (Recommended) ```bash -pip install braingeneerspy +pip install braingeneers ``` ### Install from GitHub @@ -37,7 +37,7 @@ pip install --force-reinstall git+https://github.com/braingeneers/braingeneerspy ### Install with Optional Dependencies -You can install `braingeneerspy` with specific optional dependencies based on your needs. Use the following command examples: +You can install `braingeneers` with specific optional dependencies based on your needs. Use the following command examples: - Install with machine-learning dependencies: @@ -69,7 +69,7 @@ To make changes and publish them on GitHub, please refer to the [CONTRIBUTING.md ## Modules and Subpackages -`braingeneerspy` includes several subpackages and modules, each serving a specific purpose within the Braingeneers project: +`braingeneers` includes several subpackages and modules, each serving a specific purpose within the Braingeneers project: - `braingeneers.analysis`: Contains code for data analysis. - `braingeneers.data`: Provides code for basic data access, including subpackages for handling electrophysiology, fluidics, and imaging data.