diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-05-26 07:51:43 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-05-26 07:51:43 +0200 |
commit | b365647d92d4794c2cd93cee16657d9e15091513 (patch) | |
tree | 0131b6ba180f64668b347c888286bfec541a56c9 | |
parent | 9330c1bda8d8a2f07e7b5433fd2fd39fea3b7224 (diff) | |
download | debian-dedup-zstd.tar.gz |
document that you need python3-zstandard for Ubuntuzstd
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ Required packages aptitude install python3 python3-arpy python3-debian python3-jinja2 python3-werkzeug sqlite3 python3-pil python3-yaml python3-pkg-resources +Ubuntu: + + apt install python3-zstandard + Create a database ----------------- The database name is currently hardcoded as `test.sqlite3`. So copy the SQL |