Skip to content

Commit 7f97121

Browse files
authored
Python 3.12 instruction patch (#263)
* Updated version and MSVC note * Added ump-3
1 parent fc28c29 commit 7f97121

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ the [API reference](https://virtualbrainlab.org/api_reference_ephys_link.html).
2727

2828
## Prerequisites
2929

30-
1. [Python ≥ 3.8, < 3.13](https://www.python.org/downloads/release/python-3116/) and pip.
30+
1. [Python ≥ 3.8, < 3.13](https://www.python.org/downloads/release/python-3116/)
31+
1. Python 3.12+ requires the latest version
32+
of [Microsoft Visual C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) (MSVC v143+) to
33+
be installed.
3134
2. An **x86 Windows PC is required** to run the server.
3235
3. For Sensapex devices, the controller unit must be connected via an ethernet
3336
cable and powered. A USB-to-ethernet adapter is acceptable. For New Scale manipulators,
@@ -82,6 +85,7 @@ Run the following commands in a terminal to start the server for the desired man
8285
| Manipulator Platform | Command |
8386
|--------------------------------------|--------------------------------------|
8487
| Sensapex UMP-4 | `ephys-link` |
88+
| Sensapex UMP-3 | `ephys-link -t ump3` |
8589
| New Scale | `ephys-link -t new_scale` |
8690
| New Scale via Pathfinder HTTP server | `ephys-link -t new_scale_pathfinder` |
8791

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ephys-link"
7-
version = "1.0.0a1"
7+
version = "1.0.0rc1"
88
license = { file = "LICENSE" }
99

1010
authors = [{ name = "Kenneth Yang", email = "kjy5@uw.edu" }]

0 commit comments

Comments
 (0)