facebookresearch / labgraph

LabGraph is a Python framework for rapidly prototyping experimental systems for real-time streaming applications. It is particularly well-suited to real-time neuroscience, physiology and psychology experiments.
MIT License
162 stars 47 forks source link

Updated README.md for labgraph folder; #84

Open AlexeyAulov opened 2 years ago

AlexeyAulov commented 2 years ago

Description

The installation for labgraph was wrong on the README.md file in the labgraph folder.

Fixes #(issue)

Type of change

Changed from pip install labgraph To pip install labgraph==2.0.0

Please delete options that are not relevant.

Feature/Issue validation/testing

Please describe the tests [UT/IT] that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced. Please also list any relevant details for your test configuration.

Checklist:

jfResearchEng commented 2 years ago

Is the following an intended change: extensions/graphviz_support/graphviz_support/tests/output/test.svg ?

AlexeyAulov commented 2 years ago

Hi, the test.svg file must have been unintentionally pushed, it shouldn't be part of the changes, thank you.