diff --git a/README.md b/README.md index 7a751db..b3219d8 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,10 @@ The xxh is for using the xonsh shell wherever you go through the ssh. ## Notes -### Using pip and python +### Using python, pip and [xontribs](https://xon.sh/xontribs.html) The xxh is using pip and python from `xonsh.AppImage` by default. You can update pip (`pip install --upgrade pip`) and install packages ordinally: `pip install --upgrade pandas`. The packages will appear in host xxh home `~/.xxh/pip` by default. -### Install [xontribs](https://xon.sh/xontribs.html) - To install [xontribs](https://xon.sh/xontribs.html) in xxh session use `xontrib-install `. Never use `pip` or `xpip` to install xontribs! ([details](https://github.com/xonsh/xonsh/issues/3463)) ### How it works?