Skip to content

Commit

Permalink
Update README.md (#78)
Browse files Browse the repository at this point in the history
fixed package name because of install issues with 'braingeneerspy'
  • Loading branch information
hschweiger15 authored May 1, 2024
1 parent d9b1e3a commit 5d64d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5d64d2b

Please sign in to comment.