Skip to content
Snippets Groups Projects
Commit beb0fb81 authored by vlorentz's avatar vlorentz
Browse files

Document that 'cargo install' is needed to reindex

parent 42b4d435
No related branches found
No related tags found
1 merge request!717Document that 'cargo install' is needed to reindex
Pipeline #13117 passed
......@@ -145,7 +145,7 @@ data structures and formats than the Rust implementation.
Therefore, you need to generate new files in order to load old graphs with the Rust
implementation; this takes a few hours for graphs representing full SWH exports.
The `swh graph reindex` command (made available with `pip3 install swh.graph`)
The `swh graph reindex` command (made available with `cargo install swh-graph && pip3 install swh.graph`)
takes care of running the conversion.
Additionally, the `.ef` format may change from time to time. If you get an error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment