Skip to content

Commit

Permalink
Python 3.12 instruction patch (#263)
Browse files Browse the repository at this point in the history
* Updated version and MSVC note

* Added ump-3
  • Loading branch information
kjy5 authored Nov 30, 2023
1 parent fc28c29 commit 7f97121
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ the [API reference](https://virtualbrainlab.org/api_reference_ephys_link.html).

## Prerequisites

1. [Python ≥ 3.8, < 3.13](https://www.python.org/downloads/release/python-3116/) and pip.
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
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
cable and powered. A USB-to-ethernet adapter is acceptable. For New Scale manipulators,
Expand Down Expand Up @@ -82,6 +85,7 @@ Run the following commands in a terminal to start the server for the desired man
| Manipulator Platform | Command |
|--------------------------------------|--------------------------------------|
| Sensapex UMP-4 | `ephys-link` |
| Sensapex UMP-3 | `ephys-link -t ump3` |
| New Scale | `ephys-link -t new_scale` |
| New Scale via Pathfinder HTTP server | `ephys-link -t new_scale_pathfinder` |

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ephys-link"
version = "1.0.0a1"
version = "1.0.0rc1"
license = { file = "LICENSE" }

authors = [{ name = "Kenneth Yang", email = "[email protected]" }]
Expand Down

0 comments on commit 7f97121

Please sign in to comment.