-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3f394b
commit fab77b9
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
Jpterm can be installed from [PyPI](https://pypi.org) using `pip` or from [conda-forge](https://conda-forge.org) using [pixi](https://pixi.sh). | ||
Jpterm can be installed from [PyPI](https://pypi.org) using `pip` or from [conda-forge](https://conda-forge.org) using [pixi](https://pixi.sh) or [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html). | ||
|
||
## With `pip` | ||
|
||
```console | ||
pip install jpterm | ||
``` | ||
|
||
## With `pixi` (soon!) | ||
## With `pixi` | ||
|
||
```console | ||
pixi init | ||
pixi add jpterm | ||
``` | ||
|
||
## With `micromamba` | ||
|
||
```console | ||
micromamba create -n jpterm | ||
micromamba activate jpterm | ||
micromamba install jpterm | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters