From 912a338615c6608ba49276e00c605499867fe542 Mon Sep 17 00:00:00 2001 From: Georg Schramm <40211162+gschramm@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:36:15 +0200 Subject: [PATCH] Update README.md (#23) --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3d50476..6c23d38 100644 --- a/README.md +++ b/README.md @@ -19,19 +19,18 @@ If we you are using pyapetnet in scientific publications, we appreciate citation ## Installation -`pyapetnet` can be installed from `pypi` using `pip` or from `conda-forge` using `conda`/`mamba` by running +We recommend to install `pyapetnet` from `conda-forge` via ``` -pip install pyapetnet +conda -c conda-forge install pyapetnet ``` -or +Alternatively, `pyapetnet` can be also installed from `pypi` via ``` -conda -c conda-forge install pyapetnet +pip install pyapetnet ``` - ## Testing the installation To test the installation activate your virtual environment and run