We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254eea1 commit 7fac784Copy full SHA for 7fac784
src/doc/en/developer/downstream.rst
@@ -71,7 +71,10 @@ Build Procedure
71
72
.. code-block:: bash
73
74
- python3 -m installer dist/sagemath-*.whl
+ 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).
78
79
4. **Test the Build**:
80
@@ -95,5 +98,5 @@ has a convention for Python packages.
95
98
Example Downstream Packages
96
99
===========================
97
100
-- `Arch Linux <https://aur.archlinux.org/packages/sagemath-git>`_
101
+- `Arch Linux <https://archlinux.org/packages/extra/x86_64/sagemath>`_
102
0 commit comments