Skip to content

Commit

Permalink
Updated conda commands, and added a source code installation option
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-iris committed Sep 7, 2023
1 parent 3b58581 commit 126262b
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ and all associated dependencies from [conda-forge](https://github.com/conda-forg
__Mac/Linux__

```
source activate pyweed
conda activate pyweed
pyweed
```

Expand Down Expand Up @@ -66,7 +66,7 @@ or launch bar.
__Mac__

```
source activate pyweed
conda activate pyweed
pyweed_build_launcher
mv PyWEED.app /Applications/
```
Expand All @@ -78,3 +78,21 @@ activate pyweed
pyweed_build_launcher
move PyWEED.bat Desktop
```

## Source Code

Clone the PyWEED repository with:

```
git clone https://github.com/iris-edu/pyweed.git
```

or [download as a zip file](https://github.com/iris-edu/pyweed/archive/master.zip) and unzip into a `pyweed` directory.

```
conda activate pyweed
cd pyweed
python run_pyweed.py
```


0 comments on commit 126262b

Please sign in to comment.