Browse Source

added a few lines on how to add distribusi to the $PATH variable

master
mb 5 years ago
parent
commit
870aa07839
  1. 10
      README.md

10
README.md

@ -28,6 +28,16 @@ Using [--user] or [a virtual environment] is recommended:
$ pip install --user distribusi
```
Note: check if the path of your local bin is added to your shell path (otherwise you cannot run distribusi from the shell directly).
To check where distribusi is installed:
$ find * | grep distribusi
Add local bin to the $PATH variable:
$ PATH=$PATH:/home/USERNAME/.local/bin/
## Usage
Get help with:

Loading…
Cancel
Save