Installation Guide
Prerequisites
Before installing AutoClean, ensure you have:
- Python ≥3.10
- pip (Python package installer)
- Git (for cloning the repository)
Installation Steps
-
Clone the repository:
-
Create a virtual environment (recommended):
-
Install dependencies:
Required Dependencies
AutoClean requires several Python packages:
mne: For EEG data processingrich: For console output formattingnumpy: For numerical operationspython-dotenv: For environment variable managementmne-bids: For BIDS format supportpyprep: For preprocessing utilitiesautoreject: For automated artifact rejection- And more (see full list in requirements.txt)
Environment Setup
-
Create a
.envfile in your project root: -
Add required environment variables:
Verification
To verify your installation:
-
Activate your virtual environment:
-
Run a Python interpreter and try importing the package:
If no errors occur, the installation was successful!