File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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.
31342 . An ** x86 Windows PC is required** to run the server.
32353 . 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ephys-link"
7- version = " 1.0.0a1 "
7+ version = " 1.0.0rc1 "
88license = { file = " LICENSE" }
99
1010authors = [{ name = " Kenneth Yang" , email = " kjy5@uw.edu" }]
You can’t perform that action at this time.
0 commit comments