From ad50eb49b0c72064ce39aa369d701db5a99094bb Mon Sep 17 00:00:00 2001 From: anki-code Date: Sat, 29 Feb 2020 22:27:04 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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?