Skip to content

Commit 23353c2

Browse files
authored
Merge pull request #393 from maxfordham/update-readme-installation-instructions
Update README.md
2 parents 8e52765 + 43b77ff commit 23353c2

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ipyautoui
22

3-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/maxfordham/ipyautoui/HEAD?urlpath=voila%2Frender%2Fdocs%2Fdemo.ipynb) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![PyPI version](https://badge.fury.io/py/ipyautoui.svg)](https://badge.fury.io/py/ipyautoui) [![Test Python Package](https://github.com/maxfordham/ipyautoui/actions/workflows/test-and-lint.yml/badge.svg)](https://github.com/maxfordham/ipyautoui/actions/workflows/test-python-package.yml)
3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/maxfordham/ipyautoui/HEAD?urlpath=voila%2Frender%2Fdocs%2Fdemo.ipynb) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![PyPI version](https://badge.fury.io/py/ipyautoui.svg)](https://badge.fury.io/py/ipyautoui) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/ipyautoui/badges/version.svg)](https://anaconda.org/conda-forge/ipyautoui) [![Test Python Package](https://github.com/maxfordham/ipyautoui/actions/workflows/test-and-lint.yml/badge.svg)](https://github.com/maxfordham/ipyautoui/actions/workflows/test-python-package.yml)
44

55
![](images/logo.png)
66

@@ -14,10 +14,25 @@ launch [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/
1414

1515
## Installation
1616

17+
1718
```sh
19+
# with pip:
1820
pip install ipyautoui
19-
mamba install ipyautoui -c conda-forge # mamba ... TODO: add to conda-forge.
20-
conda install ipyautoui -c conda-forge # or conda ... TODO: add to conda-forge.
21+
22+
# or pixi (my fave!):
23+
pixi add ipyautoui
24+
25+
# or uv:
26+
uv add ipyautoui
27+
28+
# or mamba:
29+
mamba install ipyautoui -c conda-forge
30+
31+
# or micromamba:
32+
micromamba install ipyautoui -c conda-forge
33+
34+
# or conda:
35+
conda install ipyautoui -c conda-forge
2136
```
2237

2338
## Intro

0 commit comments

Comments
 (0)