sagemath/sage

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

New commits:

a56dc4533333: Deduplicate package names in install from source guide
slel commented

Commit: a56dc45

slel commented

Author: Samuel Lelièvre

Reviewer: Matthias Koeppe

Changed branch from u/slelievre/33333 to a56dc45