Skip to content

Commit

Permalink
Update README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm authored Apr 15, 2024
1 parent 3dc22ef commit 912a338
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 912a338

Please sign in to comment.