Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
teekuningas committed Nov 22, 2023
1 parent 156f91b commit cd7e6ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

## Installation (from terminal)

Note that Python >= 3.7 is required.
Note that Python>=3.8 might be required to get the newest version.

### From conda-forge:
### From conda-forge (mamba instead of conda might install faster):

1. Install meggie to a conda environment: conda create -n meggie-env -c conda-forge meggie
1. Install meggie to a conda environment: conda create -n meggie-env -c conda-forge meggie=1.6.0
1. Activate the environment: conda activate meggie-env
1. Run: meggie

Expand Down

0 comments on commit cd7e6ee

Please sign in to comment.