Skip to content

Commit 0713ac8

Browse files
committed
update dev examples
1 parent 87f0426 commit 0713ac8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Get `CONDA_EXE`
44

5-
- Get [miniforge](https://github.com/conda-forge/miniforge)
5+
- Get [Mambaforge](https://github.com/conda-forge/miniforge)
66

77
```bash
8-
conda install -c conda-forge doit
9-
optional meta-dependencies
10-
conda install -c conda-forge conda-lock mamba
8+
mamba install -c conda-forge doit
9+
# optional meta-dependency
10+
mamba install -c conda-forge conda-lock
1111
```
1212

1313
## Get the code
@@ -51,19 +51,19 @@ developing, hoping for a better cache hit rate. On the same _operating system_,
5151
however, any of the pre-solved lockfiles can be used, by specifying the
5252
`RJFL_LOCKFILE` environment variable.
5353

54-
For example, if `linux-64` running `python3.6` with `jupyterlab 1` failed:
54+
For example, if `linux-64` running `python3.7` with `jupyterlab 1` failed:
5555

5656
```bash
5757
!/usr/bin/env bash
5858
set -eux
59-
RFJL_LOCKDIR=test/linux-64/py3.6/lab1 doit release
59+
RFJL_LOCKDIR=test/linux-64/py3.7/lab1 doit release
6060
```
6161

6262
Or, in a `bat` script:
6363

6464
```bat
6565
@echo on
66-
set RFJL_LOCKDIR=test/win-64/py3.9/lab1
66+
set RFJL_LOCKDIR=test/win-64/py3.7/lab1
6767
doit release
6868
```
6969

0 commit comments

Comments
 (0)