Skip to content

Commit ab9bae7

Browse files
Update installation.rst
1 parent 165c11f commit ab9bae7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/sphinx/source/installation.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ For `pypop7`, please run the following `shell
3737
3838
pip install pypop7
3939
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:
40+
For Chinese users, sometimes the following PyPI configuration can be used
41+
to speedup the installation process of `pypop7` for bypassing possible
42+
network blocking:
4343

4444
.. code-block:: bash
4545
@@ -55,18 +55,18 @@ rather than the default PyPI setting:
5555
5656
(Note that other mirrors for PyPI could be also used here.)
5757

58-
If its latest cutting-edge version is preferred for development, you can
59-
install directly from the GitHub repository of the *increasingly popular*
60-
`pypop7` library:
58+
If its **latest** cutting-edge version is preferred for development, you
59+
can install directly from the GitHub repository of this *increasingly
60+
popular* `pypop7` library:
6161

6262
.. code-block:: bash
6363
6464
git clone https://github.com/Evolutionary-Intelligence/pypop.git
6565
cd pypop
6666
pip install -e .
6767
68-
Conda-based Virtual Environment
69-
-------------------------------
68+
Conda-based Virtual Environment (Env)
69+
-------------------------------------
7070

7171
You can first use the popular `conda <https://docs.conda.io/projects/conda/en/latest/index.html>`_
7272
(`Miniconda <https://docs.anaconda.com/miniconda/>`_) tool to create a virtual environment (e.g.,

0 commit comments

Comments
 (0)