 # Installation

`pyscal3` can be installed on Linux, macOS, and Windows. The following instructions will help install `pyscal3`:

````{tab-set}
```{tab-item} pip
`pip install pyscal3`
```

```{tab-item} conda
`conda install -c conda-forge pyscal3`
```

```{tab-item} from source
We strongly recommend creating a conda environment for the installation. To see how you can install conda see [here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/).

Once a conda distribution is available, the following steps will help set up an environment to use `pyscal3`. First step is to clone the repository.

`git clone https://github.com/pyscal/pyscal3.git`

`cd pyscal3`  
`pip install .`
```
````
 