.. _install_all: Installation =================== We have detailed install guides for non-specialist python users for the common operating systems below. This includes walkthroughs on how to install the correct python version for your operating system and how to setup a virtual environment to install ``pyvale``. .. toctree:: :maxdepth: 1 install_windows.rst install_linux.rst install_mac.rst If you are already familiar with setting up and using virtual environments in python then all you need to do is create a python 3.11 environment and install ``pyvale`` from PyPI using: .. code-block:: bash pip install pyvale