Installation Guide
Welcome to AUDIT! Before installing on your local computer, we recommend exploring the publicly deployed app on Streamlit Cloud:
https://auditapp.streamlit.app/
This allows you to try AUDIT without any setup. When you're ready to analyze your own datasets or use advanced features, follow the steps below to install AUDIT locally.
π Installation via Repository (Recommended)
For full flexibility, access to the latest updates, and example files, we recommend installing AUDIT by cloning the official repository. This method is suitable for most users, including those who want to customize or contribute to the project.
Choose one of the following options:
Option 1: Using Conda
-
Create an isolated environment (recommended to avoid dependency conflicts):
-
Clone the repository:
-
Install dependencies:
Option 2: Using Poetry
Poetry is a modern dependency manager that simplifies library management and environment creation.
-
Install Poetry (if not already installed):
-
Clone the repository:
-
Install dependencies:
-
Activate the virtual environment:
π¦ Installation via PyPI
If you want a quick way to use AUDIT for data analysis and evaluation, you can install the latest stable version from PyPI:
This method is ideal for users who do not need to modify the source code. You will still need to set up configuration files and the recommended project structure.
Tip
If you encounter issues with permissions, try running pip install --user auditapp
.
β Whatβs Next?
- The repository installation provides greater flexibility and access to example cases, project structure templates, and outputs.
- Example configuration files and datasets are included in the repository to help you get started quickly.
- For details on project structure, configuration, and running AUDIT, see the other sections in the documentation.
Info
The recommended workflow is to install AUDIT via the repository for full functionality and easier customization.
π§© Troubleshooting & Tips
- If you have issues with Python versions, ensure you are using Python 3.10 or higher.
- For help with dependencies, check the requirements.txt or pyproject.toml files.
- For more information, visit the AUDIT GitHub repository.
You're ready to start using AUDIT! For further guidance, explore the rest of the documentation.