Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath2 authored Jan 7, 2025
1 parent a6e5215 commit cfdbbae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Before starting the setup, ensure you have [`conda`](https://docs.conda.io/proje
```
call epic_setup.bat
```

### Setting up GeoEPIC manually

1. **Create a virtual environment in conda**
Expand All @@ -22,11 +23,12 @@ Before starting the setup, ensure you have [`conda`](https://docs.conda.io/proje
3. **Install the GeoEPIC Toolkit**
There are two options for installing the GeoEPIC Toolkit:

i. **Option 1: Install Directly from GitHub**
**Option 1: Install Directly from GitHub**
```bash
pip install git+https://github.com/smarsGroup/geo_epic_win.git
```
i. **Option 2: Install locally**

**Option 2: Install locally**
This option is advisable only for developers.
```bash
git clone https://github.com/smarsGroup/geo_epic_win.git
Expand All @@ -37,6 +39,7 @@ Before starting the setup, ensure you have [`conda`](https://docs.conda.io/proje
```bash
pip install .
```

### Verify installation
```
conda activate epic_env
Expand Down

0 comments on commit cfdbbae

Please sign in to comment.