Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobfang1992 authored Nov 17, 2021
1 parent 839d45c commit 2459b40
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# pytomlpp

[![Build Status](https://github.com/bobfang1992/pytomlpp/workflows/Wheels/badge.svg)](https://github.com/bobfang1992/pytomlpp/actions)
[![Conda Status](https://anaconda.org/dorafmon/pytomlpp/badges/version.svg)](https://anaconda.org/dorafmon/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 @@ -48,12 +47,6 @@ We recommand you to use `pip` to install this package:
pip install pytomlpp
```

You can also use `conda` to install this package, Note we only support linux 64 python 3.8 for now, I would love to provide this package on more python versions and platforms via conda but I have not found a way yet to automate this in the CI, if you know how to do this please contribute!

```sh
conda install -c dorafmon pytomlpp
```

You can also install from source:

```
Expand Down

2 comments on commit 2459b40

@h-vetinari
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like to have a PR that states that pytomlpp can be easily installed from conda-forge?

conda install -c conda-forge pytomlpp

@bobfang1992
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like to have a PR that states that pytomlpp can be easily installed from conda-forge?

conda install -c conda-forge pytomlpp

yeah sure I think that's reasonable, but I'd like to emphasis that I think I am not maintaining the conda-forge channel, so please add one world or two if you submit a PR to say that we do not control that distribution. Thanks!

Please sign in to comment.