forked from awendt/pyrelacs
updating readme and adding project structure
This commit is contained in:
parent
ac9795b612
commit
c81c74f004
11
README.md
11
README.md
@ -4,7 +4,16 @@ Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python
|
||||
|
||||
Implementing [relacs](https://github.com/relacs/relacs) with MCC USB 1608GX-2AO / 1808X devices ([multifunction-usb-daq-devices](https://digilent.com/shop/mcc-daq/data-acquisition/low-cost-daq/))
|
||||
|
||||
ToDo:
|
||||
# Installation
|
||||
You have to install the MCC library (follow the installing instructions for [linux](https://github.com/mccdaq/uldaq) or [windows](https://github.com/mccdaq/mcculw)).
|
||||
|
||||
After successful installing, you can use clone the reposity and install it with
|
||||
|
||||
```sh
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
# ToDo:
|
||||
|
||||
[ ] Input and output to and from the MCC devices
|
||||
|
||||
|
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[tool.poetry]
|
||||
name = "pyrelacs"
|
||||
version = "0.1.0"
|
||||
description = "Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python"
|
||||
authors = ["wendtalexander <wendtalexander@protonmail.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in New Issue
Block a user