We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1511bed commit 5bad1ebCopy full SHA for 5bad1eb
README.rst
@@ -9,13 +9,15 @@ Amyloid imaging to prevent Alzheimer's Disease.
9
Install
10
-------
11
12
-Choose one of the following:
+Requires Python 3.6 or greater. Choose one of the following:
13
14
.. code:: sh
15
16
- pip install amypet # command line interface (CLI) version
+ pip install amypet # command line interface (CLI) version
17
pip install amypet[gui] # CLI and graphical user interface (GUI) version
18
19
+For certain functionality (image trimming & resampling, DICOM to NIfTI converters) it may be required to also `pip install nimpa`.
20
+
21
22
Usage
23
-----
0 commit comments