Explorar el Código

example readme: complete jupyter notebook view instructions

Fabian Peter Hammerle hace 6 años
padre
commit
f237f098b4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
 ```