Skip to content

Commit

Permalink
Recommend installing Eland in a virtual environment (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Sep 22, 2023
1 parent a8b76c3 commit 5ec7606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/installation.asciidoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[[installation]]
== Installation

Eland can be installed with https://pip.pypa.io[pip] from https://pypi.org/project/eland[PyPI]:
Eland can be installed with https://pip.pypa.io[pip] from https://pypi.org/project/eland[PyPI]. We recommend https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/[using a virtual environment] when installing with pip:

[source,sh]
-----------------------------
$ python -m pip install eland
-----------------------------

and can also be installed with https://docs.conda.io[Conda] from https://anaconda.org/conda-forge/eland[Conda Forge]:
Alternatively, Eland can be installed with https://docs.conda.io[Conda] from https://anaconda.org/conda-forge/eland[Conda Forge]:

[source,sh]
------------------------------------
Expand Down

0 comments on commit 5ec7606

Please sign in to comment.