Skip to content

Commit

Permalink
Installation instruction for Debian (#14)
Browse files Browse the repository at this point in the history
+ add the installation note for Debian OS users, as pysolid is now available on the main archive of Debian GNU/Linux OS!
  • Loading branch information
avalentino authored Jul 18, 2022
1 parent c4c623e commit 1b48b5b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is research code provided to you "as is" with NO WARRANTIES OF CORRECTNESS.

### 1. Installation

`pyaps3` is available on the `conda-forge` channel and PyPI. The released version can be installed via `conda` as:
`pyaps3` is available on the [conda-forge](https://anaconda.org/conda-forge/pyaps3) channel, [PyPI](https://pypi.org/project/pyaps3/) and the main archive of the [Debian](https://tracker.debian.org/pkg/pyaps3) GNU/Linux OS. The released version can be installed via `conda` as:

```bash
conda install -c conda-forge pyaps3
Expand All @@ -26,6 +26,12 @@ or via `pip` as:
pip install pyaps3
```

or via `apt` (or other package managers) for [Debian-derivative OS](https://wiki.debian.org/Derivatives/Census) users, including [Ubuntu](https://ubuntu.com), as:

```bash
apt install python3-pyaps3
```

#### Build from source

The development version can be installed via `pip` as:
Expand Down

0 comments on commit 1b48b5b

Please sign in to comment.