Skip to content

Commit f9786e5

Browse files
Merge pull request #5 from xhochy/patch-1
Fix a bit the docs
2 parents 4a39fa3 + 2f2b13d commit f9786e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/installation.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python 3.6+ with pip is required to install condax.
1111
Assuming you have `pip` installed for python3, run:
1212
```
1313
python3 -m pip install --user condax
14-
python3 -m pipx ensurepath
14+
python3 -m condax ensure-path
1515
```
1616

1717
## Install using conda
@@ -21,23 +21,23 @@ Alternatively you can install condax using conda (it just feels right doing it t
2121
conda install -c conda-forge condax
2222
```
2323

24-
## Upgrade pipx
24+
## Upgrade condax
2525
```
26-
python3 -m pip install -U pipx
26+
python3 -m pip install -U condax
2727
```
2828

2929
### Installation Options
30-
pipx's default binary location is `~/.local/bin`. This can be overriden with the environment variable `PIPX_BIN_DIR`.
30+
condax's default binary location is `~/.local/bin`. This can be overriden using `link_destination` in `~/.condaxrc`.
3131

32-
pipx's default virtual environment location is `~/.local/pipx`. This can be overridden with the environment variable `PIPX_HOME`.
32+
condax's default conda environment location is `~/.local/condax`. This can be overriden using `prefix_path` in `~/.condaxrc`.
3333

3434
## Shell Completion
3535
You can easily get your shell's tab completions working by following instructions printed with this command:
3636
```
3737
pipx completions
3838
```
3939

40-
## Install pipx Development Versions
40+
## Install condax Development Versions
4141
New versions of pipx are published as beta or release candidates. These versions look something like `0.13.0b1`, where `b1` signifies the first beta release of version 0.13. These releases can be tested with
4242
```
4343
pip install --user pipx --upgrade --dev

0 commit comments

Comments
 (0)