Skip to content

Commit

Permalink
readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Jan 5, 2024
1 parent b0714eb commit 730ea2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ connectivity strategy.

## Installation

The BSB requires Python 3.8+.
The BSB requires Python 3.9+.

### pip

This software can be installed as a Python package from PyPI through pip:

```
pip install "bsb>=4.0.0a0"
pip install "bsb>=4.0.0b0"
```

### Developers
Expand All @@ -33,7 +33,7 @@ Developers best use pip's *editable* install. This creates a live link between t
installed package and the local git repository:

```
git clone git@github.com:dbbs-lab/bsb
git clone git@github.com:dbbs-lab/bsb-core
cd bsb
pip install -e .[dev]
pre-commit install
Expand Down

0 comments on commit 730ea2e

Please sign in to comment.