From b8188b2efa8af86f28874b0f84d27759beada35c Mon Sep 17 00:00:00 2001 From: Loc Nguyen <loc.nguyen_dang_duc@tu-dresden.de> Date: Thu, 24 Feb 2022 17:59:23 +0100 Subject: [PATCH] fix formatting --- .../docs/software/python_virtual_environments.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md index da39056ec..2e960a372 100644 --- a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md +++ b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md @@ -175,8 +175,7 @@ below. - 'shapely=1.7.1' - pip: - python-hll - -``` + ``` After specifying the `name`, the conda [channel priority](https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/channels.html) is defined. In the example above, packages will be first installed from the -- GitLab