Skip to content

Commit

Permalink
Add conda again to conda-forge installation section.
Browse files Browse the repository at this point in the history
This was lost in #74.
  • Loading branch information
jezdez authored Oct 16, 2024
1 parent ac0603a commit f6954a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/installing_cpython.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ and installing the free-threaded binaries is also possible:
mamba create -n nogil -c conda-forge python-freethreading
```

or with conda:

```bash
conda create -n nogil --override-channels -c conda-forge python-freethreading
```


=== "Anaconda Testing"
Anaconda's test channel includes the Python interpreter and ABI-compatible
builds of many common packages, like NumPy, Cython, Pandas, etc. These
Expand Down

0 comments on commit f6954a4

Please sign in to comment.