Skip to content

Commit

Permalink
add non-root pip install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Kaczmarzyk committed Apr 27, 2018
1 parent 1dc69e5 commit 69e4a7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Examples:
Use the _Neurodocker_ Docker image (recommended):

```shell
docker run --rm kaczmarj/neurodocker:0.4.0rc1 --help
$ docker run --rm kaczmarj/neurodocker:0.4.0rc1 --help
```

This project can also be installed with `pip`:
Expand All @@ -30,6 +30,12 @@ $ pip install neurodocker
$ neurodocker --help
```

If the `pip install` command above gives a permissions error, install as a non-root user:

```shell
$ pip install --user neurodocker
```

Note: it is not yet possible to minimize Docker containers using the _Neurodocker_ Docker image.


Expand Down

0 comments on commit 69e4a7b

Please sign in to comment.