We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc39be commit b39d288Copy full SHA for b39d288
2 files changed
README.md
@@ -29,7 +29,7 @@ pip install git+https://github.com/mkturkcan/autobahn-sync.git git+https://githu
29
To install FlyBrainLab Client from a clone of this repository, execute:
30
31
```python
32
-pip install -e .[full]
+pip install .[full]
33
```
34
35
## Tutorials
setup.py
@@ -49,7 +49,7 @@
49
50
setup(
51
name="FlyBrainLab",
52
- version="1.1.5",
+ version="1.1.6",
53
description="Main Client of the FlyBrainLab Project",
54
author="Mehmet Kerem Turkcan",
55
author_email="mkt2126@columbia.edu",
0 commit comments