Skip to content

Commit

Permalink
Add conda again to conda-forge installation section. (#95)
Browse files Browse the repository at this point in the history
* Add conda again to conda-forge installation section.

This was lost in #74.

* [pre-commit.ci lite] apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
  • Loading branch information
jezdez and pre-commit-ci-lite[bot] authored Oct 16, 2024
1 parent ac0603a commit c762dbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installing_cpython.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ 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 c762dbb

Please sign in to comment.