Update README.md

This commit is contained in:
anki-code 2020-02-29 22:27:04 +03:00 committed by GitHub
parent 8aac990aca
commit ad50eb49b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <package>`. Never use `pip` or `xpip` to install xontribs! ([details](https://github.com/xonsh/xonsh/issues/3463))
### How it works?