Skip to content

Commit 6ab35e3

Browse files
committed
update recipe
1 parent f7e5b8e commit 6ab35e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,19 +357,19 @@ about:
357357
on both a small and large scale.
358358
359359
We provide some meta packages for convenience.
360-
To get a CPython flavour, use
360+
To get a CPython flavour, use:
361361
362362
conda install cpython
363363
364-
To get the freethreading build (i.e. without the Global Interpreter Lock - GIL)
364+
To get the freethreading build (i.e. without the Global Interpreter Lock - GIL):
365365
366366
conda install python-freethreading
367367
368-
To get the default build (i.e. with the GIL)
368+
To get the default build (i.e. with the GIL):
369369
370370
conda install python-gil
371371
372-
To enable the use of the experimental JIT compiler in CPython
372+
To enable the use of the experimental JIT compiler in CPython:
373373
374374
conda install python-jit
375375

0 commit comments

Comments
 (0)