mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 23:24:20 +02:00
docs: mention conda as an install option (#1665)
This commit is contained in:
parent
d6ad688ab8
commit
f3a2067a78
14
README.md
14
README.md
@ -44,6 +44,7 @@
|
|||||||
- [Scoop](#scoop)
|
- [Scoop](#scoop)
|
||||||
- [winget](#winget)
|
- [winget](#winget)
|
||||||
- [Windows installer](#windows-installer)
|
- [Windows installer](#windows-installer)
|
||||||
|
- [Conda](#conda)
|
||||||
- [Pre-built binaries](#pre-built-binaries)
|
- [Pre-built binaries](#pre-built-binaries)
|
||||||
- [Auto-completion](#auto-completion)
|
- [Auto-completion](#auto-completion)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
@ -348,6 +349,19 @@ You can uninstall via Control Panel, Options, or `winget --uninstall bottom`.
|
|||||||
You can also manually install bottom as a Windows program by going to the [latest release](https://github.com/ClementTsang/bottom/releases/latest)
|
You can also manually install bottom as a Windows program by going to the [latest release](https://github.com/ClementTsang/bottom/releases/latest)
|
||||||
and installing via the `.msi` file.
|
and installing via the `.msi` file.
|
||||||
|
|
||||||
|
### Conda
|
||||||
|
|
||||||
|
You can install using `conda` with [this conda-smithy repository](https://github.com/conda-forge/bottom-feedstock):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Add the channel
|
||||||
|
conda config --add channels conda-forge
|
||||||
|
conda config --set channel_priority strict
|
||||||
|
|
||||||
|
# Install
|
||||||
|
conda install bottom
|
||||||
|
```
|
||||||
|
|
||||||
### Pre-built binaries
|
### Pre-built binaries
|
||||||
|
|
||||||
You can also use the pre-built release binaries:
|
You can also use the pre-built release binaries:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user