-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from pyplati/dockerfile-corrections
Dockerfile corrections
- Loading branch information
Showing
7 changed files
with
77 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,15 +99,22 @@ fig = vis.show() | |
![Figure 3](assets/figure_3.png) | ||
|
||
## Getting started | ||
There aren't many requirements, just an installed Python interpreter (3.6 or greater). The list of | ||
required Python packages can be found in requirements.txt. | ||
|
||
PlatiPy can be installed with **pip**: | ||
There aren't many requirements, just an installed Python interpreter (3.7 or greater). PlatiPy can | ||
be installed with **pip**: | ||
|
||
```bash | ||
pip install platipy | ||
``` | ||
|
||
The base installation of platipy does not include some large libraries needed for various | ||
components of platipy. The following extras are available to install to run specific platipy tools: | ||
|
||
```bash | ||
pip install platipy[cardiac] | ||
pip install platipy[nnunet] | ||
pip install platipy[backend] | ||
``` | ||
|
||
## Authors | ||
|
||
* **Phillip Chlap** - [[email protected]]([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters