Skip to content

Commit 3a5a0b2

Browse files
Update installation.rst
1 parent 52eb5c1 commit 3a5a0b2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/sphinx/source/installation.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,18 @@ Pip via Python Package Index (PyPI)
2828
freely available at `GitHub <https://github.com>`_:
2929
https://github.com/Evolutionary-Intelligence/pypop.
3030

31-
Note that `pip <https://pip.pypa.io/en/stable/>`_ is the package installer for Python. You can use it to install
32-
various open-source packages easily. For `pypop7`, please run the following **shell** command:
31+
Note that `pip <https://pip.pypa.io/en/stable/>`_ is the package installer
32+
for Python. You can use it to install various open-source packages easily.
33+
For `pypop7`, please run the following `shell
34+
<https://en.wikipedia.org/wiki/Shell_(computing)>`_ command directly:
3335

3436
.. code-block:: bash
3537
36-
pip install pypop7
38+
pip install pypop7
3739
38-
For Chinese users, sometimes the following PyPI configuration can be used to speedup the installation process
39-
of `pypop7` owing to possible network blocking:
40+
For Chinese users, sometimes the following PyPI configuration can be used to
41+
speedup the installation process of `pypop7`, for bypassing possible network
42+
blocking:
4043

4144
.. code-block:: bash
4245

0 commit comments

Comments
 (0)