File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 [](https://mybinder.org/v2/
1414
1515## Installation
1616
17+
1718``` sh
19+ # with pip:
1820pip 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
You can’t perform that action at this time.
0 commit comments