Skip to content

Commit

Permalink
280 version bump and document for hatch (#281)
Browse files Browse the repository at this point in the history
* Version bump

* Update README for hatch
  • Loading branch information
kjy5 authored Jan 12, 2024
1 parent a8dd531 commit 893f283
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the [API reference](https://virtualbrainlab.org/api_reference_ephys_link.html).

1. [Python ≥ 3.8, < 3.13](https://www.python.org/downloads/release/python-3116/)
1. Python 3.12+ requires the latest version
of [Microsoft Visual C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) (MSVC v143+) to
of [Microsoft Visual C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) (MSVC v143+ x86/64) to
be installed.
2. An **x86 Windows PC is required** to run the server.
3. For Sensapex devices, the controller unit must be connected via an ethernet
Expand Down Expand Up @@ -72,12 +72,14 @@ pip install --upgrade ephys-link
## Install for development

1. Clone the repository.
2. Run the following command in the root directory of the repository to install the package along with development
tools:
2. Install [Hatch](https://hatch.pypa.io/latest/install/)
3. In a terminal, navigate to the repository's root directory and run

```bash
pip install -e .[dev]
hatch shell
```

This will create a virtual environment and install the package in editable mode.

# Usage

Expand Down
2 changes: 1 addition & 1 deletion src/ephys_link/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.6a0"
__version__ = "1.1.0b0"

0 comments on commit 893f283

Please sign in to comment.