Installing GWAStic
Installation with Anaconda and PyPI
Note: Due to Anaconda's licensing limitations (maximum of 200 users per organization), we recommend considering an alternative, Miniforge, especially for larger teams.
Option 1: Download Miniforge 3 for Windows operating system:
https://conda-forge.org/miniforge/
Option 2: Download and install Anaconda from the official website:
https://www.anaconda.com/download/success
Open the Miniconda / Anaconda prompt, type prompt in the Windows search field.
Create a new environment (optional but recommended) by typing:
conda create --name gwastic_env python=3.9
Activate the environment by typing:
conda activate gwastic_env
Install GWASTic package by typing:
pip install gwastic_desktop
Start GWASTic by typing:
gwastic
Updating to the latest version (optional):
pip install --upgrade
Last updated