IA / Docs /installation.md
Barouia's picture
Create Docs/installation.md
a238159 verified
|
Raw
History Blame Contribute Delete
823 Bytes
# 🚀 Guide d'Installation - Barouia-Cortex Ultimate
## 📋 Prérequis Système
### Configuration Minimale
- **CPU**: 4 cœurs (8 cœurs recommandés)
- **RAM**: 16 GB (32 GB recommandés)
- **Stockage**: 50 GB d'espace libre
- **GPU**: NVIDIA avec 8 GB VRAM (optionnel pour accélération)
- **OS**: Linux Ubuntu 20.04+, Windows 10+, macOS 12+
### Dépendances Logicielles
- **Python**: 3.9 ou supérieur
- **Node.js**: 16+ (pour l'interface)
- **Docker**: 20.10+ (pour conteneurisation)
## 🛠️ Installation Automatisée
### Script d'Installation Rapide
```bash
# Téléchargement du script d'installation
curl -fsSL https://raw.githubusercontent.com/barouia-ai/cortex-ultimate/main/install.sh | bash
# Ou avec wget
wget -qO- https://raw.githubusercontent.com/barouia-ai/cortex-ultimate/main/install.sh | bash