We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb45d2 commit 354f203Copy full SHA for 354f203
1 file changed
README.md
@@ -1,9 +1,14 @@
1
# PyalData
2
Repository for the Python implementation of the [TrialData](https://github.com/NeuralAnalysis/TrialData) analysis library.
3
4
+For a Julia port, see [TrialData.jl](https://github.com/bagibence/TrialData.jl).
5
+
6
## Installation
7
```
8
git clone https://github.com/NeuralAnalysis/PyalData.git
9
cd PyalData
10
pip install -e .
11
12
13
+## Example use
14
+For a quick intro to some basic functionality, see the [example notebook](pyaldata_demo.ipynb).
0 commit comments