-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installer: GUI no longer default enabled
- Loading branch information
Showing
3 changed files
with
16 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,8 @@ resources may prove useful for a review of ManifoldEM history, theory and implem | |
|
||
## Installation | ||
Should be installable in any modern python/conda environment (python 3.9+, though `mayavi` and | ||
`pyqt` packages don't always immediately work with the most recent version of python). | ||
`pyqt` packages don't always immediately work with the most recent version of python). If you don't | ||
need the gui, feel free to omit the "[gui]" part of the install command! | ||
|
||
python: | ||
```bash | ||
|
@@ -38,7 +39,7 @@ python3 -m venv ~/envs/manifoldem | |
source ~/envs/manifoldem/bin/activate | ||
|
||
pip install --upgrade pip | ||
pip install "git+ssh://[email protected]/flatironinstitute/ManifoldEM" | ||
pip install "git+ssh://[email protected]/flatironinstitute/ManifoldEM[gui]" | ||
|
||
manifold-gui | ||
``` | ||
|
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