Installation¶
Quickstart¶
-
Download and install your preferred package manager:
Visit the uv installation page and follow the instructions for your operating system.
Visit the Anaconda download page or Miniforge page and install.
Warning
Anaconda requires a license for companies with >200 employees (academic institutions are excluded). If this applies to you, use Miniforge instead.
-
Create a virtual environment and install Simmate:
uv venv my_env source my_env/bin/activate # On Windows use: my_env\Scripts\activate uv pip install simmateconda create -n my_env -c conda-forge python=3.11 simmate conda activate my_env -
Verify the installation:
simmate --help