How to Install RDEToolKit
Purpose
This guide explains the procedures for installing RDEToolKit in your Python environment. We provide multiple installation methods for both development and production environments.
Prerequisites
Before installing RDEToolKit, ensure that the following requirements are met:
- Python: Version 3.9 or higher
- pip: Latest version recommended
- Internet Connection: Required for downloading packages from PyPI
Checking Python Environment
To check your current Python environment, run the following commands:
1 2 |
|
Steps
1. Standard Installation
The most common installation method. Install the stable version from PyPI.
terminal | |
---|---|
1 |
|
command_prompt | |
---|---|
1 |
|
2. Installation with MinIO Support
If you plan to use object storage (MinIO) functionality, install additional dependencies.
terminal | |
---|---|
1 |
|
command_prompt | |
---|---|
1 |
|
3. Development Version Installation
To use the latest development version, install directly from the GitHub repository.
terminal | |
---|---|
1 |
|
command_prompt | |
---|---|
1 |
|
Development Version Notice
Development versions may be unstable. We recommend using stable versions in production environments.
4. Installation in Virtual Environment
Steps for creating an isolated environment for each project.
terminal | |
---|---|
1 2 3 4 5 6 7 8 9 |
|
terminal | |
---|---|
1 2 3 4 5 6 7 8 |
|
Verification
Verify that the installation completed successfully.
Installation Check
python_console | |
---|---|
1 2 |
|
Expected output example:
1 |
|
Basic Functionality Test
test_installation.py | |
---|---|
1 2 3 4 5 |
|
Troubleshooting
Common Issues and Solutions
Permission Error
1 |
|
Solution: Install at user level
terminal | |
---|---|
1 |
|
Dependency Conflicts
1 |
|
Solution: Use a virtual environment
terminal | |
---|---|
1 2 3 |
|
Python Version Incompatibility
1 |
|
Solution: Upgrade to Python 3.9 or higher
Support Information
If installation issues persist, please report them on GitHub Issues.
Related Information
Next steps after installation completion:
- Quick Start - Execute your first structured processing
- Configuration File - Customize behavior settings
- API Reference - Detailed feature descriptions