-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new page that explain how to install miniforge and update basic i…
…nstall guide
- Loading branch information
1 parent
5d7f95a
commit 81b5d80
Showing
3 changed files
with
64 additions
and
18 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Miniforge Installation Guide | ||
|
||
Miniforge is a minimal installer for conda specifically designed to install conda itself along with its dependencies and a small number of external packages. It is an alternative to Miniconda and Anaconda that uses conda-forge as the default channel. | ||
|
||
## Step 1: Download Miniforge | ||
|
||
Visit the [Miniforge GitHub releases page](https://conda-forge.org/miniforge/) to download the installer suitable for your system (Windows, macOS, or Linux). | ||
|
||
Choose the correct installer for your system: | ||
|
||
- For Windows: `Miniforge3-Windows-x86_64.exe` | ||
|
||
### Windows | ||
|
||
1. Run the downloaded executable. | ||
2. Follow the on-screen instructions to complete the installation. | ||
|
||
## Step 2: Verify Miniforge Installation | ||
|
||
1.Open the Miniforge Prompt | ||
|
||
![miniforg_terminal](https://github.com/user-attachments/assets/11e05395-2165-4986-bc67-10d51e79c27b) | ||
|
||
2.Verify the installation: | ||
|
||
- Type the following command to check if conda is installed correctly: | ||
|
||
```bash | ||
conda --version | ||
|
||
``` | ||
|
||
![conda--version](https://github.com/user-attachments/assets/febd08a6-2ea8-4158-aa51-f3b319a778ef) | ||
|
||
## Step 3: Follow Guide to Install CoastSeg in Miniforge Prompt | ||
|
||
1.Follow the rest of the guide to install CoastSeg in Miniforge Prompt [here](https://satelliteshorelines.github.io/CoastSeg/basic-install-guide/) | ||
|
||
- Below are a few screenshots that should show you how installing CoastSeg in MiniForge should look | ||
|
||
![install conda in miniforge](https://github.com/user-attachments/assets/9a6b9cde-f82f-4395-85fd-720ef986b00f) | ||
|
||
![install coastseg from conda forge](https://github.com/user-attachments/assets/e2126a94-aaa2-49b9-86e7-6ede187dfa53) |
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