You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,14 @@ The **sage-euler-product** package for SageMath adds functionality related to Nu
19
19
20
20
Installing sage-euler-product requires a working Sage installation.
21
21
22
-
## Installation
22
+
## Installation from PyPI in an existing Sage installation built from source
23
23
24
-
The module is distributed on PyPI and is easily installed through the Python package manager pip. If you downloaded a binary from the SageMath website (including the Cygwin version running on Windows) or compiled from source, run the following command:
24
+
The module is distributed on PyPI and is easily installed through the Python package manager pip.
25
+
Switch to the source directory (SAGE_ROOT) of your Sage installation, and run the following command:
25
26
26
27
$ sage -pip install sage-euler-product [--user]
27
28
28
-
The --user option is optional and allows to install the module in your user space (and does not require administrator rights).
29
+
The `--user` option is optional and allows to install the module in your user space (and does not require administrator rights).
29
30
30
31
If you use Debian or Ubuntu and you installed Sage through the operating system's package manager (that is, the package sagemath), run these two commands:
31
32
@@ -34,7 +35,8 @@ If you use Debian or Ubuntu and you installed Sage through the operating system'
34
35
35
36
If you use Arch Linux, you need to install from source (see next section).
36
37
37
-
Install and use source version
38
+
## Installation of the development version from GitHub in an existing Sage installation
39
+
38
40
This section provides detailed instructions on how to download, modify and install the development version of **sage-euler-product**. In all commands,
39
41
40
42
PIP has to be replaced by either pip, pip2, or sage -pip
@@ -72,6 +74,30 @@ The result of the command must correspond to the path of the repository created
72
74
73
75
If you wish to install your custom version of sage-euler-product just use PIP as indicated before.
74
76
77
+
## Installation in a virtual Python environment (no prior Sage installation required)
0 commit comments