summaryrefslogtreecommitdiff
path: root/silx.egg-info/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'silx.egg-info/PKG-INFO')
-rw-r--r--silx.egg-info/PKG-INFO21
1 files changed, 14 insertions, 7 deletions
diff --git a/silx.egg-info/PKG-INFO b/silx.egg-info/PKG-INFO
index ecb8d4f..52f365a 100644
--- a/silx.egg-info/PKG-INFO
+++ b/silx.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: silx
-Version: 0.8.0
+Version: 0.9.0
Summary: Software library for X-ray data analysis
Home-page: http://www.silx.org/
Author: data analysis unit
@@ -13,7 +13,7 @@ Description:
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:
@@ -41,12 +41,18 @@ Description:
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
@@ -130,3 +136,4 @@ Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: full