|
3 | 3 | ## Prerequisites |
4 | 4 |
|
5 | 5 | 1. An **x86 Windows PC is required** to run the server. |
6 | | -2. For Sensapex devices, the controller unit must be connected via an ethernet |
7 | | - cable and powered. A USB-to-ethernet adapter is acceptable. For New Scale manipulators, |
| 6 | +2. For Sensapex devices, the controller unit must be powered and connected via an Ethernet |
| 7 | + cable to the computer running Ephys Link. A USB-to-Ethernet adapter is acceptable. For New Scale manipulators, |
8 | 8 | the controller unit must be connected via USB and be powered by a 6V power |
9 | 9 | supply. |
10 | 10 | 3. To use the emergency stop feature, ensure a keyboard is attached. |
11 | 11 |
|
12 | | -## Pinpoint (Recommended Method) |
| 12 | +## Pinpoint (Recommended) |
13 | 13 |
|
14 | 14 | Pinpoint comes bundled with the correct version of Ephys Link. If you are using Pinpoint on the same computer your |
15 | 15 | manipulators are connected to, you can launch the server from within Pinpoint. See the documentation |
16 | 16 | on [connecting from Pinpoint](../usage/using_ephys_link.md#connecting-to-pinpoint). |
17 | 17 |
|
18 | 18 | ## Install as a Standalone Executable |
19 | 19 |
|
20 | | -Download the latest standalone executable or zip from the [releases page](https://github.com/VirtualBrainLab/ephys-link/releases/latest). |
| 20 | +Download the latest standalone executable or zip from |
| 21 | +the [releases page](https://github.com/VirtualBrainLab/ephys-link/releases/latest). |
21 | 22 |
|
22 | 23 | Then see the [usage documentation](../usage/starting_ephys_link.md) for how to run the server. |
23 | 24 |
|
24 | | -## Install as a Python package |
| 25 | +## Install as a Python Package (Not Recommended) |
25 | 26 |
|
26 | | -Ephys Link uses the latest stable version of Python. It requires a minimum of Python 3.10. |
| 27 | +Ephys Link is a Python package released on PyPI and can be included in projects as such. |
27 | 28 |
|
28 | | -```bash |
29 | | -pip install ephys-link |
30 | | -``` |
31 | | - |
32 | | -or with [pipx](https://pipx.pypa.io/stable/) (recommended) |
| 29 | +**This is not the recommended method of using Ephys Link.** This is only for advanced |
| 30 | +use cases where Ephys Link is used as a library in another project. Ephys Link will exclusively support the latest |
| 31 | +version of Python its dependencies support. |
33 | 32 |
|
34 | 33 | ```bash |
35 | | -pipx install ephys-link |
| 34 | +pip install ephys-link |
36 | 35 | ``` |
37 | 36 |
|
38 | 37 | Then see the [usage documentation](../usage/starting_ephys_link.md) for how to run the server. |
39 | 38 |
|
40 | 39 | ## Install for Development |
41 | 40 |
|
42 | | -See [development documentation](../development/index.md#installing-for-development) for more information. |
| 41 | +See [development documentation](../development/index.md#installing-for-development) for more information. |
0 commit comments