@@ -37,6 +37,9 @@ or by clicking on the DataLab shortcut in the Start menu (on Windows).
3737 For more details on how to execute DataLab and its command-line options,
3838 see :ref: `ref-to-command-line-features `.
3939
40+ For installation on systems without internet access, see the
41+ :ref: `offline installation guide <installation_offline >`.
42+
4043How to install
4144--------------
4245
@@ -161,6 +164,12 @@ distribution for other purposes than running DataLab, and you may also extend it
161164with additional packages. On the downside, it is also *much bigger * than the
162165all-in-one installer because it includes a full Python distribution.
163166
167+ .. note ::
168+
169+ DataLab-WinPython includes `Spyder <https://www.spyder-ide.org/ >`_,
170+ a powerful IDE for scientific programming in Python,
171+ as well as `Jupyter Notebook <https://jupyter.org/ >`_ for interactive computing.
172+
164173.. figure :: /images/shots/wpcp.png
165174
166175 DataLab-WinPython Control Panel
@@ -185,7 +194,7 @@ install DataLab on an existing Python distribution:
185194
186195.. code-block :: console
187196
188- $ pip install --upgrade DataLab-0.11 .1-py2.py3-none-any.whl
197+ $ pip install --upgrade DataLab-1.0 .1-py2.py3-none-any.whl
189198
190199 .. _install_source :
191200
@@ -198,7 +207,7 @@ Installing DataLab directly from the source package may be done using ``pip``:
198207
199208.. code-block :: console
200209
201- $ pip install --upgrade datalab-0.11 .1.tar.gz
210+ $ pip install --upgrade datalab-1.0 .1.tar.gz
202211
203212 Or, if you prefer, you can install it manually by running the following command
204213from the root directory of the source package:
@@ -215,7 +224,7 @@ by running the following command from the root directory of the source package
215224
216225 $ pip install build wheel # Install build and wheel packages (if needed)
217226 $ python -m build # Build the wheel package
218- $ pip install --upgrade dist/datalab-0.11 .1-py2.py3-none-any.whl # Install the wheel package
227+ $ pip install --upgrade dist/datalab-1.0 .1-py2.py3-none-any.whl # Install the wheel package
219228
220229 .. _install_development :
221230
0 commit comments