Browse Source

example readme: complete jupyter notebook view instructions

Fabian Peter Hammerle 5 years ago
parent
commit
f237f098b4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      examples/README.md

+ 3 - 0
examples/README.md

@@ -1,5 +1,8 @@
 # freesurfer-volume-reader examples
 
 ```sh
+pip3 install --user pipenv
+git clone https://github.com/fphammerle/freesurfer-volume-reader.git
+cd freesurfer-volume-reader/examples
 pipenv run jupyter notebook
 ```