# Install ## System Requirements * Python >= 3.10 * Minimum 500MB disk space to keep pool status data. * Minimum 8G Memory * OS: Mac or Linux (Windows is not fully tested) We recommend use virtual environment application like [conda](https://docs.conda.io/projects/conda/en/latest/) or [pyenv](https://github.com/pyenv/pyenv) ## Install Demeter is available on pypi, so it's esay to install: ```bash pip install zelos-demeter ``` The version there would not be updated frequently, so if you want to get latest version, you can clone the git repo and import locally. ```bash git clone https://github.com/zelos-alpha/demeter.git ```