Skip to content

Commit

Permalink
add installation instructions for conda-forge (#60)
Browse files Browse the repository at this point in the history
This partially reverts 2459b40
  • Loading branch information
h-vetinari authored Nov 18, 2021
1 parent 02f2d66 commit 1cc2c01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pytomlpp

[![Build Status](https://github.com/bobfang1992/pytomlpp/workflows/Wheels/badge.svg)](https://github.com/bobfang1992/pytomlpp/actions)
[![Conda Status](https://anaconda.org/conda-forge/pytomlpp/badges/version.svg)](https://anaconda.org/conda-forge/pytomlpp)
[![PyPI version](https://badge.fury.io/py/pytomlpp.svg)](https://badge.fury.io/py/pytomlpp)

This is an python wrapper for `toml++` (https://marzer.github.io/tomlplusplus/).
Expand Down Expand Up @@ -47,6 +48,13 @@ We recommand you to use `pip` to install this package:
pip install pytomlpp
```

You can also use `conda` to install this package, on all common platforms & python versions.
If you have an issue with a package from conda-forge, you can raise an issue on the [feedstock](https://github.com/conda-forge/pytomlpp-feedstock)

```sh
conda install -c conda-forge pytomlpp
```

You can also install from source:

```
Expand Down

0 comments on commit 1cc2c01

Please sign in to comment.