.. _intro-install: ============== How to Install ============== .. _faq-python-versions: Supported Python versions ========================= .. |py-logo| image:: ../_static/python.svg :height: 2ex :target: https://www.python.org/ BoTier is tested for |py-logo| Python 3.8+. .. _intro-install-botier: Installing BoTier ================= .. |pypi-logo| image:: ../_static/PyPi.png :height: 2.5ex :target: https://pypi.org/project/botier/ .. |torch-logo| image:: ../_static/pytorch.png :height: 1.75ex :target: https://pytorch.org/ .. |botorch-logo| image:: ../_static/botorch.png :height: 1.75ex :target: https://botorch.org/ BoTier is available as a Python package on |pypi-logo| PyPI. You can install BoTier by simply running:: pip install botier We strongly recommend that you install BoTier in a dedicated virtual environment to avoid conflicting with your system packages. BoTier depends on |torch-logo| PyTorch and |botorch-logo| BoTorch. For installing custom versions, refer to the respective package documentations ( `PyTorch `_, `BoTorch `_). Troubleshooting =============== Please refer to `issues`_. .. _Python: https://www.python.org/ .. _pip: https://pip.pypa.io/en/latest/installing/ .. _issues: https://github.com/fsk-lab/botier/issues