Skip to content

Commit 354f203

Browse files
authored
Update README
Added links to TrialData.jl and example notebook.
1 parent eeb45d2 commit 354f203

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# PyalData
22
Repository for the Python implementation of the [TrialData](https://github.com/NeuralAnalysis/TrialData) analysis library.
33

4+
For a Julia port, see [TrialData.jl](https://github.com/bagibence/TrialData.jl).
5+
46
## Installation
57
```
68
git clone https://github.com/NeuralAnalysis/PyalData.git
79
cd PyalData
810
pip install -e .
911
```
12+
13+
## Example use
14+
For a quick intro to some basic functionality, see the [example notebook](pyaldata_demo.ipynb).

0 commit comments

Comments
 (0)