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:
conda create -y -n py-nubrain -c conda-forge pip setuptools pipenv python=3.12
conda activate py-nubrain
pip install nubrain==0.0.22
# pip install nubrain[dev]==0.0.22
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.2.tar.gz
(12.6 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.2-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file nubrain-0.1.2.tar.gz.
File metadata
- Download URL: nubrain-0.1.2.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81ec442e454b487fd34cc7b4271680e2509a7f1946b9402e83cfc15876a48e2a
|
|
| MD5 |
ea64c348315e12e44e23f43aa3181d8a
|
|
| BLAKE2b-256 |
48143549f0344d1f0dc2683e8d739ba327b6674330d1f77222f5af54520b4fe6
|
File details
Details for the file nubrain-0.1.2-py3-none-any.whl.
File metadata
- Download URL: nubrain-0.1.2-py3-none-any.whl
- Upload date:
- Size: 17.4 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 |
a49cacb5cbe12dd9b2e8f781f36a267d4350e474669f7093d8a58e497d356d33
|
|
| MD5 |
c853c5d1c2a52c25d91f459e43c62d10
|
|
| BLAKE2b-256 |
f06653fe272c3f7db5e973d9ed0de0fee8366a75e1b6e4b2097b9bf107cbf91f
|