Skip to content

Commit 67bf6c3

Browse files
committed
docs: better README
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 4d99b54 commit 67bf6c3

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,19 @@ Website here: <https://henryiii.github.io/level-up-your-python>
44

55
Live (binder) instance here: <https://mybinder.org/v2/gh/henryiii/level-up-your-python/main?urlpath=lab/tree/notebooks/0%20Intro.ipynb>
66

7-
Live WebAssymbly (Pyodide + JupyterLite) instance here: <https://henryiii.github.io/level-up-your-python/live>
7+
Live WebAssembly (Pyodide + JupyterLite) instance here: <https://henryiii.github.io/level-up-your-python/live>
88

9-
This project comes with a conda environment file. To install, run:
9+
This project comes with [pixi](https://pixi.prefix.dev) support. Install pixi, then run:
1010

1111
```bash
12-
conda create env
12+
pixi run lab
1313
```
1414

15-
Then you can just start up a jupyter lab server:
15+
To start up a jupyter lab server.
1616

1717
```bash
1818
juptyer lab
1919
```
20-
21-
You only need to have [conda installed](https://docs.conda.io/en/latest/miniconda.html). If you want to have it pre-configured with [conda-forge](https://conda-forge.org/), that's [available here](https://github.com/conda-forge/miniforge). The Mambaforge version is _FAST_!
22-
2320
---
2421

2522
## Princeton mini-course

0 commit comments

Comments
 (0)