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: docs/BuildBrainFlow.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,23 @@ When using BrainFlow for the first time in Julia, the BrainFlow artifact contain
121
121
122
122
If you compile BrainFlow from source local libraries will take precedence over the artifact.
123
123
124
+
Typescript
125
+
-----------
126
+
127
+
.. compound::
128
+
129
+
You can install BrainFlow using next command without compilation ::
130
+
131
+
npm install brainflow
132
+
133
+
.. compound::
134
+
135
+
If you want to install it from source files or build unreleased version from Github, you should first compile the core module (:ref:`compilation-label`). Then run ::
0 commit comments