diff options
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e8ea3a5 --- /dev/null +++ b/README.rst | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | Guix science packages | ||
| 2 | ===================== | ||
| 3 | |||
| 4 | .. image:: https://github.com/guix-science/guix-science/workflows/build/badge.svg | ||
| 5 | |||
| 6 | This GNU Guix_ channel provides recent versions of scientific software, which | ||
| 7 | cannot be included upstream. Currently the following software is packaged: | ||
| 8 | |||
| 9 | - Jupyter Notebook (``python-notebook``) | ||
| 10 | - JupyterLab (``python-jupyterlab``) | ||
| 11 | - RStudio Desktop (``rstudio``) | ||
| 12 | - RStudio Web (``rstudio-server``) | ||
| 13 | |||
| 14 | See `Using a Custom Guix Channel`_ for instructions how to add it to your | ||
| 15 | installation. | ||
| 16 | |||
| 17 | .. _Guix: https://guix.gnu.org/ | ||
| 18 | .. _Using a Custom Guix Channel: https://guix.gnu.org/manual/en/guix.html#Using-a-Custom-Guix-Channel | ||
| 19 | |||
| 20 | |||
