Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #78

Merged
merged 1 commit into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading