mirror of
https://github.com/xxh/xxh
synced 2024-11-23 20:33:08 +00:00
Update README.md
This commit is contained in:
parent
8aac990aca
commit
ad50eb49b0
1 changed files with 1 additions and 3 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue