summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 8e420fd..bd91773 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ silx toolkit
The purpose of the *silx* project is to provide a collection of Python packages to support the
development of data assessment, reduction and analysis applications at synchrotron
radiation facilities.
-It aims at providing reading/writing different file formats, data reduction routines
+*silx* aims to provide reading/writing tools for different file formats, data reduction routines
and a set of Qt widgets to browse and visualise data.
The current version features:
@@ -33,12 +33,18 @@ The current version features:
Installation
------------
-To install silx, run:
+To install silx (and all its dependencies), run:
+
+.. code-block:: bash
+
+ pip install silx[full]
+
+To install silx with a minimal set of dependencies, run:
+
+.. code-block:: bash
-.. code-block:: bash
-
pip install silx
-
+
Or using Anaconda on Linux and MacOS:
.. code-block:: bash