You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,18 @@ Neptune Exporter is a CLI tool to move Neptune experiments (version `2.x` or `3.
19
19
- MLflow tracking URI, set with `MLFLOW_TRACKING_URI` or `--mlflow-tracking-uri`.
20
20
- W&B entity and API key, set with `WANDB_ENTITY`/`--wandb-entity` and `WANDB_API_KEY`/`--wandb-api-key`.
21
21
22
+
## Installation
23
+
24
+
> [!IMPORTANT]
25
+
> This project is not published on PyPI. Clone the Git repository and run it directly with `uv`.
26
+
22
27
Install dependencies in the repo:
23
28
24
29
```bash
25
30
uv sync
26
31
```
27
32
28
-
Run all CLI commands via uv:
33
+
Run the CLI:
29
34
30
35
```bash
31
36
uv run neptune-exporter --help
@@ -194,7 +199,7 @@ For details on Neptune attribute types, see the [documentation](https://docs.nep
194
199
195
200
## Summary command
196
201
197
-
`uv run neptune-exporter summary` reads parquet files and prints counts of projects/runs, attribute type breakdowns, and basic step stats to help you verify the export before loading.
202
+
The `uv run neptune-exporter summary`command reads parquet files and prints counts of projects and runs, attribute type breakdowns, and basic step stats to help you verify the export before loading.
0 commit comments