Skip to content

Commit 7fac784

Browse files
committed
Update installation instructions in downstream documentation
1 parent 254eea1 commit 7fac784

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/doc/en/developer/downstream.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ Build Procedure
7171
7272
.. code-block:: bash
7373
74-
python3 -m installer dist/sagemath-*.whl
74+
python -m installer --destdir="<pkgdir>" dist/sagemath-*.whl
75+
76+
where `<pkgdir>` is the directory where you want to install the package
77+
(usually a temporary directory for packaging).
7578
7679
4. **Test the Build**:
7780
@@ -95,5 +98,5 @@ has a convention for Python packages.
9598
Example Downstream Packages
9699
===========================
97100
98-
- `Arch Linux <https://aur.archlinux.org/packages/sagemath-git>`_
101+
- `Arch Linux <https://archlinux.org/packages/extra/x86_64/sagemath>`_
99102

0 commit comments

Comments
 (0)