Installation¶ StudPy is written in Python and is published as a Python package. It could be installed with pip or with your favorite package manager. Install with pip¶ pip install studpy We recommend to use a Python virtual environment when installing with pip. macOS Windows Linux python3 -m venv .venv source .venv/bin/activate pip install studpy python -m venv .venv .venv\Scripts\activate pip install studpy python3 -m venv .venv source .venv/bin/activate pip install studpy Get started