🖥️Installing GWAStic

Installation with Anaconda and PyPI

Using Miniforge or Anaconda for installing Python and our software is optional but recommended for a more streamlined setup process; however, if you already have Python installed and prefer to skip this step, you can jump directly to the pip install step of our software.

If you encounter any installation problems, please an open issue on our GitHub repository. Providing details about the issue will help us assist you more effectively:

https://github.com/snowformatics/gwastic_desktop/issues

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

  1. Open the Miniconda / Anaconda prompt, type prompt in the Windows search field.

  2. Create a new environment (optional but recommended) by typing:

conda create --name gwastic_env python=3.9
  1. Activate the environment by typing:

conda activate gwastic_env
  1. Install GWASTic package by typing:

pip install gwastic_desktop
  1. Start GWASTic by typing:

gwastic

Updating to the latest version (optional):

pip install --upgrade

Last updated