mirror of
https://github.com/xxh/xxh
synced 2024-11-23 12:23:04 +00:00
README
This commit is contained in:
parent
29aa6ac48c
commit
c8705b21b4
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ xxh arguments:
|
|||
|
||||
The xxh xonsh will use pip and python from `xonsh.AppImage` by default. You can update pip and install packages ordinally:
|
||||
```
|
||||
$ python3 -m pip install --upgrade pip # or: xpip install --upgrade pip
|
||||
$ python3 -m pip install --upgrade pandas # or: xpip install --upgrade pandas
|
||||
$ pip install --upgrade pip
|
||||
$ pip install --upgrade pandas
|
||||
```
|
||||
The packages will appear in `$XXH_HOME/pip` (`~/.xxh/pip` by default).
|
||||
|
||||
|
|
Loading…
Reference in a new issue