You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/User-Manual/Installing-the-GUI.rst
+31-9Lines changed: 31 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,30 @@ Installing the GUI
7
7
8
8
The Open Ephys GUI works equally well on Windows, Linux, and macOS, so which platform you choose is mostly up to you. However, there are some plugins (such as Neuropixels) that are currently only available for Windows. We recommend reading through the documentation of any :ref:`plugins` you plan to use to find out about potential limitations.
9
9
10
-
Windows
11
-
########
10
+
Choose what version of the GUI you would like to download and follow the installation instructions for Windows, Linux or macOS below.
11
+
12
+
Versions
13
+
#########
14
+
15
+
Latest stable version
16
+
----------------------------
17
+
18
+
We recommend installing the latest stable version from `this page`_.
19
+
20
+
Pre-releases
21
+
----------------------------
22
+
23
+
Looking for the pre-release of :ref:`version 1.0 <whatsnewinv100>`? You can download it from: https://openephys.jfrog.io/ui/native/GUI-binaries/1.0.0-alpha/
24
+
25
+
.. Note:: You need version 1.0 of the Open Ephys GUI to use the 3rd Gen Acquisition Board's 3D capabilities.
26
+
27
+
Previous versions
28
+
----------------------------
29
+
30
+
Download a **.zip** file for any previous release via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/
31
+
32
+
Windows installation
33
+
##########################
12
34
13
35
Via installer (recommended)
14
36
----------------------------
@@ -26,7 +48,7 @@ Via installer (recommended)
26
48
Via .zip file
27
49
--------------
28
50
29
-
1. Download a **.zip** file for any previous release via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/windows/
51
+
1. Download a **.zip** file via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/windows/
30
52
31
53
2. Drag and drop the downloaded and unzipped folder to the location of your choice, and rename it "Open Ephys"
32
54
@@ -36,8 +58,8 @@ Via .zip file
36
58
37
59
.. note:: If this is your first time running the GUI on a particular machine, you will need to install the `Visual Studio 2015, 2017, 2019, and 2022 redistributable package`_ before opening the application. This only applies to the .zip download, as this package will be added automatically when using the Windows installer.
38
60
39
-
Linux
40
-
######
61
+
Linux installation
62
+
########################
41
63
42
64
Via installer (Ubuntu only)
43
65
-----------------------------
@@ -80,7 +102,7 @@ The GUI is available at the gentoo science overlay.
80
102
Via .zip file (all distros)
81
103
----------------------------
82
104
83
-
1. Download a **.zip** file for any previous release via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/linux/
105
+
1. Download a **.zip** file via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/linux/
84
106
85
107
2. Drag and drop the downloaded and unzipped folder to the location of your choice, and rename it "Open Ephys"
86
108
@@ -93,8 +115,8 @@ Via .zip file (all distros)
93
115
6. Double-click the **open-ephys** executable (or enter :code:`./open-ephys` in the terminal) to run the application.
94
116
95
117
96
-
macOS
97
-
######
118
+
macOS installation
119
+
########################
98
120
99
121
Via DMG (recommended)
100
122
----------------------
@@ -114,7 +136,7 @@ Via DMG (recommended)
114
136
Via .zip file
115
137
--------------
116
138
117
-
1. Download a **.zip** file for any previous release via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/mac/
139
+
1. Download a **.zip** file via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/mac/
118
140
119
141
2. Drag and drop the downloaded and unzipped folder to the location of your choice, and rename it "Open Ephys"
Copy file name to clipboardExpand all lines: source/User-Manual/Recording-data/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ In order to align events and continuous data from different streams, these strea
136
136
If the streams were not synchronized online, they can be synchronized offline assuming all streams share at least one event line in common. See the :ref:`datasynchronization` tutorial for more information about synchronizing data streams.
137
137
138
138
.. _NumPy: https://numpy.org/
139
-
.. _Neurodata Without Borders: https://neurodatawithoutborders.github.io/
0 commit comments