We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637b64b commit f82089aCopy full SHA for f82089a
doc/download.rst
@@ -30,7 +30,7 @@ Some of these packages may already be installed on your system.
30
.. _SciPy: http://www.scipy.org/
31
32
33
-Specific information for different operating systems
+Specific information for different operating systems
34
is provided at :ref:`installation`.
35
36
.. _download:
@@ -337,7 +337,7 @@ to the requested version, e.g.:
337
- if retrieved as tar-file::
338
339
$ cd $HOME
340
- $ tar zxf python-ase-3.8.0.3420.tar.gz
+ $ tar -xf python-ase-3.8.0.3420.tar.gz
341
$ ln -s python-ase-3.8.0.3420 ase
342
343
It is sufficient to
0 commit comments