Skip to content

Commit 617e5e0

Browse files
Update dependencies and port ndi.cloud routines
- Updated NDI-matlab submodule (re-cloned) - Added ndi-compress and vhlab-newstim to pyproject.toml - Cloned vhlab-toolbox and vhlab-library for reference - Ported ndi.cloud.internal token utils - Ported ndi.cloud.authenticate (logic for env vars and prompt) - Ported ndi.cloud.logout - Added ndi.cloud.api.datasets.create_dataset - Added tests for create_dataset - Fixed imports in list_datasets.py - Updated pyproject.toml to use git URL for did dependency - Updated README.md with clearer install instructions emphasizing the dot
1 parent 8eed0d7 commit 617e5e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ A Python port of VH-Lab/NDI-matlab.
44

55
## Installation
66

7-
To install the package, you can use pip. This will automatically install all required dependencies (including `did`, `ndi-compress`, etc.):
7+
To install the package, run the following command in the root directory. **Note the dot `.` at the end**, which tells pip to install from the current directory. This will automatically install all required dependencies (including `did`, `ndi-compress`, etc.):
88

99
```bash
1010
pip install .
1111
```
1212

13-
If you are installing for development (editable mode):
13+
If you are installing for development (editable mode), use the `-e` flag (again, **note the dot `.` at the end**):
1414

1515
```bash
1616
pip install -e .

0 commit comments

Comments
 (0)