NuBrain connect
Project description
nubrain-connect
Create Pipfile (only when running for the first time):
conda create -y -n py-nubrain -c conda-forge pip setuptools pipenv python=3.12
cd /home/john/github/nubrain-connect
pipenv --rm
rm Pipfile Pipfile.lock
pipenv install -e ./app
pipenv install -e "./app[dev]" --dev
Update Pipfile (after modifying dependencies in pyproject.toml file):
cd /home/john/github/nubrain-connect
conda activate py-nubrain
pipenv lock --clear
For local testing:
# Not the `liblsl` dependency (needed by pylsls).
conda create -y -n py-nubrain -c conda-forge pip setuptools pipenv liblsl python=3.12
conda activate py-nubrain
pip install -e /home/john/github/nubrain-connect/app
Run experiment
sudo nano /sys/bus/usb-serial/devices/ttyUSB0/latency_timer
# Change to 1
conda activate py-nubrain
nubrain --config=/path/to/example_config.yaml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nubrain-0.1.25.tar.gz
(25.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nubrain-0.1.25-py3-none-any.whl
(31.9 kB
view details)
File details
Details for the file nubrain-0.1.25.tar.gz.
File metadata
- Download URL: nubrain-0.1.25.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61133c390b60efdefce6cdbcf7fb60b85d2e8082d02732f560f64e164f7bb768
|
|
| MD5 |
f9cf0f44bbeecfc02df24598843e143e
|
|
| BLAKE2b-256 |
dd30ca34ab0a7b0ceaeb8e7769b6818209a8260519ab4091b5a212824cbec32a
|
File details
Details for the file nubrain-0.1.25-py3-none-any.whl.
File metadata
- Download URL: nubrain-0.1.25-py3-none-any.whl
- Upload date:
- Size: 31.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
773ead022fc3fc2d26ed5e38e994e1ba287d528b0874f71190d9e7f6d01134a6
|
|
| MD5 |
4cfee0a68e497231bc8303aa559accbc
|
|
| BLAKE2b-256 |
e1cd1a420c35f78e648b155a618e61a34583014fab8668da76a28e45115cf856
|