Deduplicate package names in installation guide
Closed this issue · 7 comments
slel commented
This is to remove duplicate package names in lists
of packages to install from distributions.
Done by replacing | sort by | sort | uniq.
CC: @slel
Component: documentation
Author: Samuel Lelièvre
Branch/Commit: a56dc45
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/33333
slel commented
Description changed:
---
+++
@@ -1,2 +1,4 @@
This is to remove duplicate package names in lists
of packages to install from distributions.
+
+Done by replacing `| sort` by `| sort | uniq`.slel commented
Author: Samuel Lelièvre
slel commented
Branch: u/slelievre/33333
mkoeppe commented
Reviewer: Matthias Koeppe
vbraun commented
Changed branch from u/slelievre/33333 to a56dc45