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
gh-36815: Add badges to README.md
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixes#1234" use "Introduce new method to
calculate 1+1"
-->
<!-- Describe your changes here in detail -->
for those who want to play with Sage instantly, and also as a
preparation for #36245.
See this [REAME.md](https://github.com/kwankyu/sage/tree/p/add-binder-
badge-to-readme).
<!-- Why is this change required? What problem does it solve? -->
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes#12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.
### ⌛ Dependencies
<!-- List all open PRs that this PR logically depends on
- #12345: short description why this is a dependency
- #34567: ...
-->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
URL: #36815
Reported by: Kwankyu Lee
Reviewer(s): Matthias Köppe
) [](https://codespaces.new/sagemath/sage/tree/master)
45
+
46
+
without local installation. Otherwise read on.
47
+
47
48
The [Sage Installation Guide](https://doc.sagemath.org/html/en/installation/index.html)
48
49
provides a decision tree that guides you to the type of installation
49
50
that will work best for you. This includes building from source,
@@ -81,7 +82,7 @@ The preferred way to run Sage on Windows is using the [Windows Subsystem for
81
82
Linux](https://docs.microsoft.com/en-us/windows/wsl/faq), a.k.a. WSL, which allows
82
83
you to install a standard Linux distribution such as Ubuntu within
83
84
your Windows. Make sure you allocate WSL sufficient RAM; 5GB is known to work, while
84
-
2GB might be not enough for building Sage from source.
85
+
2GB might be not enough for building Sage from source.
85
86
Then all instructions for installation in Linux apply.
86
87
87
88
As an alternative, you can also run Linux on Windows using Docker ([see
@@ -428,18 +429,18 @@ in the Installation Guide.
428
429
or JupyterLab installation, as described in [section
For installation of `sage` in python using `pip` you need to install `sagemath-standard`. First, activate your python virtual environment and follow these steps:
You need to install `sage_conf`, a wheelhouse of various python packages. You can list the wheels using `ls $(sage-config SAGE_SPKG_WHEELS)`. After manual installation of these wheels, you can install the sage library, `sagemath-standard`.
443
+
You need to install `sage_conf`, a wheelhouse of various python packages. You can list the wheels using `ls $(sage-config SAGE_SPKG_WHEELS)`. After manual installation of these wheels, you can install the sage library, `sagemath-standard`.
443
444
444
445
**NOTE:** You can find `sage` and `sagemath` pip packages but with these packages, you will encounter `ModuleNotFoundError`.
445
446
@@ -647,3 +648,11 @@ Sources are in unmodified (as far as possible) tarballs in the
647
648
information, patches, and build scripts are in the accompanying
648
649
`build/pkgs/<packagename>` directory. This directory is
0 commit comments